aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
Commit message (Collapse)AuthorAgeFilesLines
* Enable timeouts for socket connect/read/writeBjørn Christian Seime2021-06-032-5/+9
|
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
|
* Deploy the vespa-http-client with dependencies.Arnstein Ressem2021-03-031-0/+22
|
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-085-15/+50
|
* No functional changesJon Bratseth2021-02-031-2/+2
|
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-011-1/+1
|\ | | | | Async document v1
| * Enable compressed responses in feed clientJon Marius Venstad2020-09-301-2/+1
| |
* | Ensure effective poll intervall from 'timeToPoll' is less than configured ↵Bjørn Christian Seime2020-10-011-11/+19
| | | | | | | | poll interval
* | Don't disable compression in Apache httpclientBjørn Christian Seime2020-09-301-1/+0
| |
* | Close connection early if no inflight operationsBjørn Christian Seime2020-09-305-80/+103
| |
* | fixup! Increase connection-time-to-live to 30 secondsBjørn Christian Seime2020-09-301-23/+23
| |
* | Increase connection-time-to-live to 30 secondsBjørn Christian Seime2020-09-291-1/+1
| |
* | Ensure content is consumed to allow connection reuseBjørn Christian Seime2020-09-291-11/+9
|/
* Force close if draining fails after connection deadlineBjørn Christian Seime2020-09-281-18/+26
|
* Fail all queued documents on 401 or 403 (will repeat until done)Jon Marius Venstad2020-09-042-6/+13
|
* SimplifyJon Marius Venstad2020-09-041-7/+3
|
* Check whether we should poll every pollIntervalJon Bratseth2020-09-041-3/+12
|
* Revert "Merge pull request #14263 from ↵Jon Bratseth2020-09-043-86/+157
| | | | | | | vespa-engine/revert-14259-bratseth/drain-in-separate-thread" This reverts commit bed63d34ef760934ba45bb80d36699345c9416f5, reversing changes made to 8f1a532330638c039e2e554ef274879ec77802f6.
* Revert "Drain in a separate thread"Jon Bratseth2020-09-033-157/+86
|
* Remove in a supported wayJon Bratseth2020-09-022-6/+4
|
* Drain in a separate threadJon Bratseth2020-09-022-83/+156
|
* Merge pull request #14229 from vespa-engine/bratseth/http-client-testsJon Bratseth2020-09-0213-2064/+308
|\ | | | | Bratseth/http client tests
| * Pull up OperationProcessorTesterJon Bratseth2020-09-015-119/+135
| |
| * Remove slow tests of deprecated SessionJon Bratseth2020-09-015-1627/+0
| |
| * Migrate IOThread testsJon Bratseth2020-09-016-413/+268
| |
* | Generate a Vtag class in vespa-http-clientJon Bratseth2020-09-014-10/+49
|/
* Drain old connections with exponential dropoff due to reduce costJon Bratseth2020-08-312-28/+37
|
* Actually close connectionJon Bratseth2020-08-313-8/+20
|
* Test old connection pollingJon Bratseth2020-08-3112-80/+327
|
* Completely parametrize timeJon Bratseth2020-08-2820-186/+247
|
* Parametrize clockJon Bratseth2020-08-2817-57/+106
|
* Time out connections on the IOThread levelJon Bratseth2020-08-2812-131/+240
| | | | | | | Time out connections on the IOThread level instead of leaving this to Apache. Keep old connections alive for a while after timeout and keep polling them such that, if the old connection hits a different real behind a VIP than the new connection we'll still get the replies.
* Remember when we connectedJon Bratseth2020-08-275-21/+36
|
* Add a gateway connection factoryJon Bratseth2020-08-278-73/+153
|
* Non-functional changes onlyJon Bratseth2020-08-275-35/+36
|
* 1000 -> 500.0Henning Baldersheim2020-08-031-1/+1
|
* Let fast be fastHenning Baldersheim2020-08-032-4/+3
|
* - Let default idlePollFrequency be unset.Henning Baldersheim2020-08-036-53/+40
| | | | | - If unset SyncClient will set it to 200hz. - If not set IOThread will use old default of 10hz.
* Change default poll frequency when idle form 1000hz to 10hz.Henning Baldersheim2020-08-034-13/+39
| | | | | The cost of a poll is huge as it implies sending an http post. Synchrous usage might want to reduce this.
* Propagate cluster infoJon Bratseth2020-05-061-1/+1
|
* Minor fixesJon Bratseth2020-04-162-3/+2
|
* Randomize chunk sizeJon Bratseth2020-04-151-2/+14
|
* Nonfunctional changes onlyJon Bratseth2020-04-152-23/+17
|
* The document queue is always sharedJon Bratseth2020-04-156-52/+51
|
* Nonfunctional changes onlyJon Bratseth2020-04-155-74/+35
|
* Merge pull request #12664 from ↵Jon Bratseth2020-03-243-41/+39
|\ | | | | | | | | vespa-engine/bratseth/dont-use-phrase-segmentation-flag Bratseth/dont use phrase segmentation flag
| * Non-functional changes onlyJon Bratseth2020-03-233-39/+34
| |
| * Non-functional changes onlyJon Bratseth2020-03-231-2/+5
| |
* | Nonfunctional changes only>Jon Bratseth2020-03-242-6/+4
|/
* Only print size related stats when input is fileOla Aunrønning2020-02-191-5/+7
|