summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
* Do not retry server errors (500, 502, 504) when feedingjonmv2024-01-052-3/+3
* Better naming and simpler code.Henning Baldersheim2023-12-151-1/+1
* Allow specifying connection TTL for feed clientjonmv2023-10-272-1/+12
* Make version property accessible from outside packageBjørn Christian Seime2023-10-251-2/+2
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-0924-24/+24
* Ensure connections are cycled regularly when using secure HTTP/2 tunnelBjørn Christian Seime2023-09-121-1/+5
* Include Jetty version in user agentBjørn Christian Seime2023-09-121-1/+2
* Increase connect timeoutBjørn Christian Seime2023-09-121-1/+1
* Retry when new stream fail due to concurrent GOAWAYBjørn Christian Seime2023-09-121-5/+5
* Revert "Bjorncs/improve feed client"Arnstein Ressem2023-09-113-16/+9
* Ensure connections are cycled regularly when using secure HTTP/2 tunnelBjørn Christian Seime2023-09-111-1/+5
* Include Jetty version in user agentBjørn Christian Seime2023-09-111-1/+2
* Increase connect timeoutBjørn Christian Seime2023-09-111-1/+1
* 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