aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
...
* Retry when new stream fail due to concurrent GOAWAYBjørn Christian Seime2023-09-111-5/+5
* Reduce max inflight requests to respect streams per connectionBjørn Christian Seime2023-09-111-2/+4
* 503 from /doc/v1 is not backpressure, but hopefully transientjonmv2023-08-231-3/+3
* Don't limit requests per destinationBjørn Christian Seime2023-08-021-0/+1
* Assume insecure proxy uses HTTP/1.1 for tunnelBjørn Christian Seime2023-07-201-8/+18
* Remove unused dependency on wiremockBjørn Christian Seime2023-07-132-47/+0
* Don't leak reference to builder instanceBjørn Christian Seime2023-07-131-3/+5
* Remove Apache based implementationBjørn Christian Seime2023-07-136-387/+1
* Properly model proxy headersBjørn Christian Seime2023-07-122-9/+17
* Support setting CA and hostname verifier for proxyBjørn Christian Seime2023-07-122-3/+40
* Use `HttpClientTransportDynamic` instead `HttpClientTransportOverHTTP2`Bjørn Christian Seime2023-07-121-2/+5
* Remove handler `WWWAuthenticationProtocolHandler`Bjørn Christian Seime2023-07-121-0/+3
* Allow TLSv1.3Bjørn Christian Seime2023-07-122-5/+6
* Use correct uriBjørn Christian Seime2023-07-121-9/+6
* Use `isProxyHeader()`Bjørn Christian Seime2023-07-101-1/+1
* Enable Jetty client by defaultBjørn Christian Seime2023-07-101-1/+1
* Remove warningBjørn Christian Seime2023-07-101-1/+0
* 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
* More streams by defaultBjørn Christian Seime2023-07-101-1/+1
* 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
* Enable experimental feeder through feature flagBjørn Christian Seime2023-07-051-1/+12
* Introduce experimental HTTP/2 client implementation based on JettyBjørn Christian Seime2023-07-052-0/+250
* Add client implementation to User Agent headerBjørn Christian Seime2023-07-051-1/+1
* Output warning when attempting to configure proxyBjørn Christian Seime2023-06-301-1/+4
* Use `InternalH2AsyncClient` instead of `MinimalH2AsyncClient`Bjørn Christian Seime2023-06-301-17/+21
* Increase timeout and add some more to exception message when connection failsHarald Musum2023-06-052-5/+10
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-4/+6
* Manually handle response timeoutBjørn Christian Seime2023-05-051-11/+11
* Allow more I/O threadsBjørn Christian Seime2023-05-051-1/+1
* Ensure socket timeout is longer than response timeoutsBjørn Christian Seime2023-05-051-27/+30
* Revert "Do not retry SSLException for feed operations"Jon Marius Venstad2023-05-021-4/+3
* Fix importsjonmv2023-04-251-3/+0
* Copy request config to mutatejonmv2023-04-251-8/+9
* Set HTTP request timeout in feed client based on given operation timeoutjonmv2023-04-251-8/+10
* Do not retry SSLException for feed operationsjonmv2023-04-211-3/+4
* Build with jdk20Jon Bratseth2023-04-171-0/+6
* Restructure assertions and reduce inner timeout, so we see all errorsjonmv2023-03-311-17/+20
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-0/+2
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-22/+9
* Increase timeout for unstable testHarald Musum2023-01-261-1/+1