Stephane Landelle

Results 236 comments of Stephane Landelle

Mmm, actually, I see the DNS resolution in Charles, not in AHC, so I guess it works now and the Java issue should be closed.

I got this working for Gatling (DNS resolution was already working fine for HTTP proxies), see https://github.com/gatling/gatling/issues/3835. Now, regarding AHC, honestly, the code base is very different now and I...

Contributions welcome.

@sivaalli Sure, feel free to take a stab at it. But I advice you only do so if you have a need for this on an actual use case. From...

Here be dragons! > I'm willing to contribute :-) Sure, go ahead! Feel free to ping here for discussing design. Thanks!

@wsargent thanks for pinging. Where is `EffectiveURIKey` defined? I can't find it. I'm a bit skeptical if you key only account for the URI. You need to take the full...

I won’t be able to check the other RFCs before a few days but this algorithm looks broken to me. It’s pretty common that servers response depends on request headers...

> any updates on this? Nope. Contributions welcome.

> Soon to be released netty 4.1 will include HTTP/2 codec pack. Sure, flagged as experimental. > It would be great if AHC 2.0 would support HTTP/2 natively. No, because,...

> would it be possible to plug in http2 support by adding additional channel initialization or by adding ability to fully customize it? I really don't think so. Handling multiplexing...