Cristian Oneț
Cristian Oneț
Is this project still alive, would a PR with this change be merged?
### Version 4.3.3 ### Context We are using webclient to call an http2 enabled server. Usually after a networking error the metric starts having negative values. When this happens part...
### Questions This is related to this netty-tcnative issue https://github.com/netty/netty-tcnative/issues/842 ### Version 4.5.3 and older. ### Context We noticed the crash on high traffic servers with a high SSL connection...
I'm trying to parse an "ISO-8859-1" encoded relative URL, I can't seem to get the proper UTF-8 string out of this value: ``` scala> val v = RelativeUrl.parse("/path?param=r%F3n")(UriConfig(charset = "ISO-8859-1"))...
There is no way to unset the default auth using environment variables. This should be available when the service is secured by other means like a reverse proxy.