1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net/http
Jean Boussier 1229ad0528 [ruby/net-http] Fix the regexp used to clean the host
Introduced in https://github.com/ruby/ruby/commit/c1652035644

`/s` marks the regexp as encoded with Windows-31J which makes little
sense.

Nurse thinks the intent was to use `/m` for a multi-line regexp.

https://github.com/ruby/net-http/commit/6c15342cdf
2021-04-28 11:01:41 +09:00
..
backward.rb
exceptions.rb
generic_request.rb
header.rb
net-http.gemspec
proxy_delta.rb
request.rb
requests.rb
response.rb
responses.rb
status.rb