aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Put EvenRawerHeadersCopy backfind-header-corruptionGravatar Erik Dubbelboer 1-4/+12
2019-11-13Fix Peeks and BufferedGravatar Erik Dubbelboer 1-7/+4
2019-11-12Keep track of peeks and bufferedGravatar Erik Dubbelboer 2-11/+12
2019-11-12Don't reuse header memoryGravatar Erik Dubbelboer 1-1/+1
2019-11-11Make 100% sure the request is reset before the nextGravatar Erik Dubbelboer 1-0/+1
2019-11-11Save more information to find header corruptionGravatar Erik Dubbelboer 1-1/+18
2019-11-10Add Client.MaxConnDurationGravatar Erik Dubbelboer 1-0/+6
2019-11-10Ability to pass custom DNS resolver to TCPDialer (#689)Gravatar Nikolay Markov 1-7/+26
2019-11-06Recover from panic in body write (#687)Gravatar Vladimir Shteinman 2-2/+74
2019-10-28Add a badge for showing projects that use fasthttp (#685)Gravatar Andy Pan 1-1/+1
2019-10-28Update "TechEmpower Benchmark" from round 12 to round 18 (#683)v1.6.0Gravatar Andy Pan 1-1/+1
2019-10-28Make several optimizations to worker pool (#680)Gravatar Andy Pan 1-21/+32
2019-10-27Requests with incomplete bodies no longer cause log noise (#682)Gravatar Kevin Burns 2-0/+19
2019-10-25fix: when multipartform no data,FormValue do not panic (#677)Gravatar alexDango 1-1/+1
2019-10-23Format errors (#679)Gravatar ZhangYunHao 6-9/+9
2019-10-22fasthttputil: add errInmemoryListenerClosed (#678)Gravatar ZhangYunHao 1-4/+6
2019-10-20Use least total connections instead of round robin for lbclient (#673)Gravatar Erik Dubbelboer 1-30/+12
2019-10-19Don't run TestClientNilResp in parallelGravatar Erik Dubbelboer 1-1/+4
2019-10-19Fix race condition in tests, fix URI bugGravatar Erik Dubbelboer 4-25/+18
2019-10-16Speed up testing by running tests in parallelGravatar Erik Dubbelboer 19-2/+622
2019-10-16Use Fatal instead of Fatalf when no formatting usedGravatar Erik Dubbelboer 1-83/+83
2019-10-16Don't allow spaces in request header keysGravatar Erik Dubbelboer 4-26/+102
2019-10-16Document PipeConns not being safe for concurrent useGravatar Erik Dubbelboer 1-0/+3
2019-10-16fix 664 (#674)Gravatar rogercarter1 1-0/+2
2019-10-11Allow client to disable path normalization (#672)Gravatar Ian Leue 2-1/+75
2019-10-03Move comment to now show up on godocGravatar Erik Dubbelboer 2-3/+5
2019-10-02Fix previous commitGravatar Erik Dubbelboer 1-3/+2
2019-10-02Refactoring to reuse response status codes (#666)Gravatar Vendin 1-6/+12
2019-09-28Use 'go generate' in bytesconv.go (#663)Gravatar ZhangYunHao 3-95/+131
2019-09-28go fmt ./...Gravatar Erik Dubbelboer 2-8/+8
2019-09-28Add go version to go.mod, test with 1.13.1Gravatar Erik Dubbelboer 2-1/+3
2019-09-27The Authorization header should include the Basic keywordGravatar Erik Dubbelboer 3-6/+8
2019-09-25Precompute default regexp (#662)Gravatar Oleg Kovalov 1-1/+3
2019-09-20Add lowerhexGravatar ZYunH 2-13/+2
2019-09-20Use 0xf instead of 15Gravatar ZYunH 1-1/+1
2019-09-20Replace int2hexbyte with uppercaseGravatar ZYunH 1-8/+1
2019-09-19Replace hexCharUpeer with upperhex (#657)Gravatar ZYunH 1-10/+6
2019-09-18Update README.mdGravatar Kirill Danshin 1-6/+4
2019-09-18Improve appendQuotedPath and AppendQuotedArg (#654)Gravatar ZYunH 2-21/+102
2019-09-18Added option to disable path normalization (#649)Gravatar Daniel Firsht 2-1/+27
2019-09-16Update fuzzitGravatar Erik Dubbelboer 1-1/+1
2019-09-13Fix FasthttpSocksDialer documentationv1.5.0Gravatar Erik Dubbelboer 1-3/+3
2019-09-12Fix fuzzit for Go 1.13Gravatar Erik Dubbelboer 1-0/+3
2019-09-12Also test with the new Go 1.13Gravatar Erik Dubbelboer 1-4/+2
2019-09-07Update dependenciesGravatar Erik Dubbelboer 2-9/+12
2019-09-07Reuse the socks5 dialerGravatar Erik Dubbelboer 1-1/+6
2019-09-04Fix data race in fasthttputil.pipeConn (#645)Gravatar Kazushi Kitaya 2-2/+102
2019-09-04Propagating custom SkipBody value to allow explicitly skip body reading for r...Gravatar Nikolay Markov 1-1/+5
2019-08-30Add stub/wrapper for reuseport.Listen on Windows platforms (#638)Gravatar andrewheberle 5-12/+47
2019-08-24Add fuzzit support (#634)Gravatar Erik Dubbelboer 7-20/+160