-
Rafael Mendonça França authored
When a host was an IP with a port, the IPAddr object comparisson was raising an exception which was making the middleware reject the request. Now we extract the hostname out of the host when comparing with IPAddr objects.
Rafael Mendonça França authoredWhen a host was an IP with a port, the IPAddr object comparisson was raising an exception which was making the middleware reject the request. Now we extract the hostname out of the host when comparing with IPAddr objects.
Loading