summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* net/http: add MaxBytesErrorCarl Johnson2022-04-252-4/+24
* net/http: drop mimesniff for audio/basicSean Liao2022-04-201-5/+0
* net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick2022-04-202-11/+40
* net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills2022-04-181-16/+3
* net/http: correctly show error types in transfer testJorropo2022-04-171-1/+1
* net/http: optimize StatusText implementationJoão Penteado2022-04-153-75/+132
* net/http: remove cloneURL call in WithContextBobby Powers2022-04-152-12/+3
* net/http/httptest: allow multiple fields be present in one Trailer fieldMaxime Soulé2022-04-112-13/+14
* all: gofmt main repoRuss Cox2022-04-1118-89/+107
* all: consistently use US spelling of present participlesDaniel Martí2022-04-082-5/+5
* net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsdBryan C. Mills2022-04-061-5/+9
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-2/+2
* all: remove trailing blank doc comment linesRuss Cox2022-04-013-3/+0
* all: fix TODO comment hanging indentsRuss Cox2022-04-011-1/+1
* all: fix various doc comment formatting nitsRuss Cox2022-04-013-16/+16
* net/http: handle 3xx responses with no LocationDamien Neil2022-03-312-33/+28
* net/http/httptest: fix race in Server.CloseMaisem Ali2022-03-252-18/+65
* net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil2022-03-241-1/+12
* net/http: fix nil body causing ParseMultipartForm to panichopehook2022-03-221-0/+3
* net/http: flesh out Request.SetBasicAuth docs a bitBrad Fitzpatrick2022-03-201-4/+6
* all: update vendored x dependencies for Go 1.19 development cycleHeschi Kreinick2022-03-171-13/+34
* net/http/pprof: skip TestDeltaProfile on all arm and arm64 architecturesBryan C. Mills2022-03-081-1/+1
* net/http: deflake request-not-written pathDamien Neil2022-02-142-2/+13
* net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64Bryan C. Mills2022-01-181-0/+3
* net/http: map FS Open errors just like DirJonathan Amsterdam2022-01-102-14/+25
* net/http/internal/testcert: use FIPS-compliant certificateDamien Neil2022-01-081-25/+44
* net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64Bryan C. Mills2022-01-051-0/+5
* net/http: fix link to ResponseWriter trailer exampleReilly Watson2021-12-211-2/+2
* net/http/pprof: skip TestDeltaProfile on openbsd/armBryan C. Mills2021-12-161-0/+5
* net/http: revert h2_bundle.go formatting change from CL 368254Bryan C. Mills2021-12-131-26/+26
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-1319-79/+79
* net/http: update bundled golang.org/x/net/http2Filippo Valsorda2021-12-091-11/+21
* net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_bigBryan C. Mills2021-12-071-5/+1
* net/http: eliminate arbitrary timeout in TestClientWriteShutdownBryan C. Mills2021-11-301-16/+8
* vendor: update golang.org/x/net to tipIan Lance Taylor2021-11-291-28/+48
* net/http: do not send Transfer-Encoding: identity in responsesDamien Neil2021-11-122-3/+38
* net/http: do not cancel request context on response body readDamien Neil2021-11-122-1/+27
* all: update vendored golang.org/x/{net,text} for Go 1.18 releaseDmitri Shuralyov2021-11-091-113/+255
* net/http: add MaxBytesHandlerCarl Johnson2021-11-092-0/+69
* net/http: deflake TestTimeoutHandlerContextCanceledDamien Neil2021-11-081-9/+15
* net/http: fix spelling in documentationjiahua wang2021-11-073-3/+3
* net/http: adjust a substring which matches "uninteresting" goroutineNevkontakte2021-11-051-1/+1
* net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen2021-11-053-19/+71
* net/http: fix comment of writeRequestKeiichi Hirobe2021-11-051-1/+1
* net/http: reduce TestClientTimeout_h{1,2} latencyBryan C. Mills2021-11-041-42/+58
* net/http: deflake TestServerKeepAlivesEnabled_h{1,2}Damien Neil2021-11-021-13/+29
* net/netip: add new IP address packageBrad Fitzpatrick2021-11-022-4/+4
* net/http: restore generated // +build commentBryan C. Mills2021-10-281-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-287-7/+0
* net/http: guarantee that the Transport dial functions are respected in js/wasmNeil Alexander2021-10-284-4/+46