Stephane Landelle

Results 236 comments of Stephane Landelle

Contributions welcome

Nah, the failing test is still disabled :(

Anyway, I think preemptive digest auth doesn't make any sense: I don't think the client can possibly know the nonce beforehand. Except if someone provide information showing preemptive digest auth...

[AHC uses](https://github.com/AsyncHttpClient/async-http-client/blob/master/client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClient.java#L97) Netty's [HashedWheelTimer](https://netty.io/4.1/api/io/netty/util/HashedWheelTimer.html) to trade accuracy for the ability to schedule tens of thousands of event. AHC currently uses the default settings, ie 100ms tick duration, meaning you will...

As long as such PR focuses on HTTP over unix domain sockets, it would fit in here. I'll only be available for reviewing after 6th of January. Once merged, released...

Here's what happens https://github.com/netty/netty/issues/10831 I'm quite pessimistic that such crap (yes, it's crap, even if it's FaceBook) will be supported in Netty anytime soon.

The real fault is that browser vendors decided to silently violate the spec instead of pushing the change into a new version. Google is at the origin of HTTP/2 and...

@tranchitam Did you get a chance to have a look at my comments. The idea is to be able to override the global CookieStore with one scoped at request level....

> At the very least, user code should be prevented from modifying it. Contributions welcome. > Just out of curiosity, why is a new exception not thrown? RemotelyClosedException is used...