Caio Teixeira
Caio Teixeira
Hello, just wanted to follow up on this one to check whether we could get the new `1.2.15` version released and maybe get a new version with the unreleased commits....
@gregjacobs Any chance you could take a look at this one?
@gregjacobs This is the new PR. Sorry about the trouble.
@gregjacobs Any chance you could take a look at this one soon? Really appreciate if we could merge this and get a new version out so we could use the...
Hey @gregjacobs any luck on this issue? > Hey @caiofct. Sorry for the delay. > > Unfortunately I don't think this is the correct fix (although it works at the...
I've run some tests locally and discovered that rack 2.1.4.3 parses the request correctly: ```ruby irb(main):001:0> gem 'rack', '=2.1.4.3' irb(main):002:0> require 'rack' irb(main):003:0> r = Rack::Request.new({"HTTP_HOST" => "some_service:3001"}) irb(main):004:0> r.port...