summaryrefslogtreecommitdiff
path: root/src/net/http
Commit message (Expand)AuthorAgeFilesLines
* net/http: remove accidental heading in Head documentationDmitri Shuralyov2022-07-211-1/+1
* http: improve Get documentationminherz2022-07-181-1/+2
* net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil2022-07-121-2/+2
* net/http: remove Content-Encoding in writeNotModifiedMitar2022-07-112-0/+55
* net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil2022-07-081-7/+15
* net/http: omit invalid header value from error messageAlexander Yastrebov2022-07-012-9/+10
* net/http: preserve nil values in Header.CloneDamien Neil2022-06-292-0/+11
* net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil2022-06-292-1/+2
* net/http: doc: update RFC reference for appropriate HTTP codesLouis PORTAY2022-06-101-46/+46
* net/http/cookiejar: allow cookies with an IP address in the domain attributeVolker dobler2022-05-182-9/+59
* all: fix spellingJohn Bampton2022-05-172-3/+3
* net/http: unskip TestEarlyHintsRequest_h2Kévin Dunglas2022-05-172-3/+8
* net/http: allow sending 1xx responsesKévin Dunglas2022-05-174-11/+163
* all: update vendored golang.org/x dependencies for Go 1.19 releaseDmitri Shuralyov2022-05-161-8/+27
* Revert "net/http: close accepted connection"Alexander Yastrebov2022-05-112-40/+9
* net/http: close accepted connectionAlexander Yastrebov2022-05-092-9/+40
* all: fix some lint issuesRyan Leung2022-05-082-5/+2
* io: NopCloser forward WriterTo implementations if the reader supports itJorropo2022-05-031-4/+19
* net/http: fix for recent go.mod updateRuss Cox2022-05-021-3/+1
* vendor, net/http: update golang.org/x/net to tipJorropo2022-05-021-15/+30
* 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