Skip to content

Commit

Permalink
Define RFC2396_PARSER for migrating with the development version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 26, 2024
1 parent b50d37f commit 7b37636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/uri/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module URI
Parser = RFC2396_Parser
RFC3986_PARSER = RFC3986_Parser.new
Ractor.make_shareable(RFC3986_PARSER) if defined?(Ractor)
RFC2396_PARSER = RFC2396_Parser.new
Ractor.make_shareable(RFC2396_PARSER) if defined?(Ractor)

# URI::Parser.new
DEFAULT_PARSER = Parser.new
Expand Down

0 comments on commit 7b37636

Please sign in to comment.