aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2024-01-04chore: move cookie fuzz test to go 1.18 fuzzing (#1686)Gravatar nickajacks1 1-0/+1
2022-06-07Add `ConnPoolStrategy` field to client (#1317)Gravatar Thearas 1-0/+1
2021-09-01improve invalidStatusLine by appending a `[]byte` directly (#1086)Gravatar tyltr 1-0/+1
* improve invalidStatusLine * append []byte directly * AppendUint * negetive * AppendInt
2021-02-06Add request body streaming. Fixes #622 (#911)Gravatar Kirill Danshin 1-0/+1
* 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
2020-11-02Ignore *.fasthttp.br files from testsGravatar Erik Dubbelboer 1-1/+2
2020-04-03feat: make client to wait when no free connections (#764)Gravatar Daniel Qian 1-0/+1
* 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
2015-12-29Ignore *.fasthttp.gz filesGravatar Aliaksandr Valialkin 1-0/+1
2015-12-10Ignore .pprof filesGravatar Aliaksandr Valialkin 1-0/+1
2015-10-21Added gitignoreGravatar Aliaksandr Valialkin 1-0/+1