Commit Graph

10 Commits

Author SHA1 Message Date
Ivan Gabaldon 8e25db024a fix: compression priority (#1950)
* Initial update

* update remaining tests

* update .gitignore

* update another test, fix linting

* fix tests

* add missing Vary header
2025-02-12 14:58:38 +09:00
nickajacks1 fec7681cdb chore: move cookie fuzz test to go 1.18 fuzzing (#1686) 2024-01-04 15:04:50 +01:00
Thearas 8a320890c0 Add ConnPoolStrategy field to client (#1317) 2022-06-07 09:21:26 +02:00
tyltr d9c75732a6 improve invalidStatusLine by appending a []byte directly (#1086)
* improve invalidStatusLine

* append []byte directly

* AppendUint

* negetive

* AppendInt
2021-09-01 19:27:14 +02:00
Kirill Danshin 0956208cc6 Add request body streaming. Fixes #622 (#911)
* Add request body streaming. Fixes #622
* Add test cases for StreamRequestBody

Co-authored-by: Kiyon <kiyonlin@163.com>
Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
Co-authored-by: Fiber
2021-02-06 23:03:23 +03:00
Erik Dubbelboer d71fc6c2c0 Ignore *.fasthttp.br files from tests 2020-11-02 22:21:43 +01:00
Daniel Qian 70b1d3bce7 feat: make client to wait when no free connections (#764)
* feat: make client to wait when no free connections

* feat: make client to wait when no free connections

use AcquireTimer to do timeout instead of using context

* feat: make client to wait when no free connections

Add BenchmarkClientGetEndToEndWaitConn* to test heap allocation
in waiting for free connection situation

* feat: make client to wait when no free connections

Add BenchmarkHTTPClientGetEndToEndWaitConn* to test heap allocation
in waiting for free connection situation

* feat: make client to wait when no free connections

fix bug in BenchmarkHTTPClientGetEndToEndWaitConn*

* feat: make client to wait when no free connections

fix bug in TestHostClientMaxConnWaitTimeoutSuccess make it wait
longer to avoid ErrNoFreeConns on travis-ci

* feat: make client to wait when no free connections

fix do not compile benchmark(NetHTTP?)ClientGetEndToEndWaitConn
if go version < 1.11.x

* feat: make client to wait when no free connections

fix the bug that if deadline is earlier than MaxConnWaitTimeout,
still wait MaxConnWaitTimeout which later than deadline.

* feat: make client to wait when no free connections

fix race condition in TestHostClientMaxConnWaitTimeoutError

* feat: make client to wait when no free connections

fix bug in TestHostClientMaxConnWaitTimeoutWithEarlierDeadline
2020-04-03 17:12:50 +02:00
Aliaksandr Valialkin 55ffa05fae Ignore *.fasthttp.gz files 2015-12-29 12:29:39 +02:00
Aliaksandr Valialkin ed8d883146 Ignore .pprof files 2015-12-10 08:39:12 +02:00
Aliaksandr Valialkin 0f354f62ee Added gitignore 2015-10-21 17:14:03 +03:00