aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
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
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-03-11net/http: revert change to generated file from CL 296152Bryan C. Mills
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2021-03-05net/http/httptrace: fix doc typoRodolfo Carvalho
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-26net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-06net/http/httputil: fix deadlock in DumpRequestOutSteven Hartland
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-14net/http/pprof: don't treat os.Args as format string in Cmdline handlerBrad Fitzpatrick
2020-12-14net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi
2020-12-10std: update golang.org/x/net to 20201209123823-ac852fbbde11Dmitri Shuralyov
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09net/http: add connections back that haven't been canceledMichael Fraenkel
2020-12-03mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox
2020-12-01net/http: allow upgrading non keepalive connectionsAnmol Sethi
2020-12-01net/http: ignore connection closes once done with the connectionMichael Fraenkel
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-10-24net/http: fix typo in TestTransportReadToEndReusesConnKeiichi Hirobe
2020-10-21net/http: test that ParseMultipartForm catches overflowsEmmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox