Open IBPrivate opened 1 week ago
And why is routingContext.request().absoluteURI()
doubled: "http://example.com:443example.com:443/
"?
Shouldn't that be "http://example.com:443
"?
Perhaps it is the client that is not working well? Can you enable traffic logging or capture it with Wireshark?
I cant reproduce that - I dont make the requests.
I do get more errors in the last time about "Unhandled exception in router".
I added logging:
A failue without throwable has occured: RequestURL: http://example.com:443example.com:443 Requested URL: example.com:443 HTTP-Method: CONNECT Header: Host=example.com:443 User-Agent=Go-http-client/1.1 Body: null Host: http://example.com
Any ideas how to supress them (or correct this issue, its kind of annoying)...