aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client/src/main/java/ai/vespa/feed/client/impl/JettyCluster.java
Commit message (Expand)AuthorAgeFilesLines
* Assume insecure proxy uses HTTP/1.1 for tunnelBjørn Christian Seime2023-07-201-8/+18
* Don't leak reference to builder instanceBjørn Christian Seime2023-07-131-3/+5
* Properly model proxy headersBjørn Christian Seime2023-07-121-9/+4
* Support setting CA and hostname verifier for proxyBjørn Christian Seime2023-07-121-3/+6
* Use `HttpClientTransportDynamic` instead `HttpClientTransportOverHTTP2`Bjørn Christian Seime2023-07-121-2/+5
* Remove handler `WWWAuthenticationProtocolHandler`Bjørn Christian Seime2023-07-121-0/+3
* Use correct uriBjørn Christian Seime2023-07-121-9/+6
* Use `isProxyHeader()`Bjørn Christian Seime2023-07-101-1/+1
* Decrement inflight counterBjørn Christian Seime2023-07-101-1/+4
* Support HTTP/2 tunnelBjørn Christian Seime2023-07-101-7/+48
* Set timeouts on connectorBjørn Christian Seime2023-07-101-2/+2
* Increase initial window sizeBjørn Christian Seime2023-07-101-1/+1
* Use max 32 threadsBjørn Christian Seime2023-07-101-1/+1
* Compress proactivelyBjørn Christian Seime2023-07-101-50/+14
* Pre-create all connectionsBjørn Christian Seime2023-07-071-1/+1
* Use large initial windowsBjørn Christian Seime2023-07-071-0/+4
* Ensure client uses multiple connections per endpointBjørn Christian Seime2023-07-071-3/+10
* Create and dispatch request in client's threadpoolBjørn Christian Seime2023-07-071-20/+26
* Only create URI instance onceBjørn Christian Seime2023-07-061-5/+3
* Don't store cookiesBjørn Christian Seime2023-07-061-0/+2
* Introduce experimental HTTP/2 client implementation based on JettyBjørn Christian Seime2023-07-051-0/+245