aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil
2022-05-09[release-branch.go1.17] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-01-27[release-branch.go1.17] net/http/internal/testcert: use FIPS-compliant certif...Damien Neil
2022-01-06[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Carlos Amedee
2021-12-09[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-02[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Michael Anthony Knyszek
2021-12-01[release-branch.go1.17] net/http: do not send Transfer-Encoding: identity in ...Damien Neil
2021-12-01[release-branch.go1.17] net/http: do not cancel request context on response b...Damien Neil
2021-11-01[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2Dmitri Shuralyov
2021-09-01[release-branch.go1.17] all: update golang.org/x/net to pull in CL 346890Damien Neil
2021-08-04net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-07-02net/http: mention socks5 support in proxySean Liao
2021-06-15net/http: improve some server docsFilippo Valsorda
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-06-04net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-19cmd/internal/moddeps: use filepath.SkipDir only on directoriesDmitri Shuralyov
2021-05-14net/http: prevent infinite wait during TestMissingStatusNoPanicMichael Fraenkel
2021-05-14all: fix spellingJohn Bampton
2021-05-11net/http: check that Unicode-aware functions are not usedFilippo Valsorda
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy
2021-05-03net/http: use relative path in Location redirectRoland Shoemaker
2021-04-16net/http/fcgi: eliminate race, keep request id until end of stdinHilko Bengen
2021-04-16net/http/cgi: Remove hard-coded ServeHTTP timeoutHowJMay
2021-04-16net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf
2021-04-16net/http: using errors.Is in fs error detectionPeng Gao
2021-04-16net/http: add to deadlines only when positiveJoshua Harshman
2021-04-15net/http: allow multiple dials in TestTransportMaxConnsPerHostMichael Fraenkel
2021-04-14net/http/httptest: panic on non-3 digit (XXX) status code in Recorder.WriteHe...ian woolf
2021-04-10all: fix spellingsNaman Gera
2021-04-07net/http: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-31net/http: use consistent case in URL in names徐志伟
2021-03-25net/http/httptest: wait for user ConnState hooksDamien Neil
2021-03-24net/http: fix request cancellation raceDamien Neil
2021-03-23net/http: treat MaxBytesReader's negative limits as equivalent to zero limitArtur M. Wolff
2021-03-19net/http: make ExampleGet show StatusCode checks for non-1XX,2XX responsesEmmanuel T Odeke
2021-03-19net/http: mention NewRequestWithContext+Client.Do for custom contextsEmmanuel T Odeke
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-15all: update golang.org/x/* dependenciesEmmanuel T Odeke
2021-03-13net/http: revert change from CL 299109 breaking TestAllDependenciesTobias Klauser
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-13net/http: note that "HTTP/2" is invalid for ParseHTTPVersionJosh Deprez