Arnout Engelen

Results 679 comments of Arnout Engelen

Caffeine 3.x is incompatible with 2.x (though at first glance the differences seem small, https://github.com/ben-manes/caffeine/releases/tag/v3.0.0), perhaps we should postpone that update to Akka HTTP 10.3.x?

Related to #1768. We are aware and agree this is an area where we plan to improve. We're currently working on improving our [DNS infrastructure](https://github.com/akka/akka/pull/25214) and one of the next...

That'd also work - though doing the unwrapping close to the conversion from `CompletionStage` to Scala `Future` might make sense. I'm OK with either.

@jrudolph I don't think we expect conflicts here, do we?

Running the `UriParserBenchmark` this does seem to have a somewhat visible impact: `jmh:run -i 3 -wi 3 -f 1 .*UriParserBenchmark` Before: ``` [info] Iteration 1: 621.705 ops/ms [info] Iteration 2:...

> > We actually do have an `EntityStreamSizeException` - I wonder why we don't throw that one in `toStrict` instead of a generic `EntityStreamException`. > > Yeah, I was wondering...

Sorry, given that there were no replies to my comments in october and december last year I assumed there was no more interest in this PR, happy to reopen!

I don't think it has - #921 added support for HTTPS (`HTTP CONNECT`) proxies but that's a separate feature