aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
AgeCommit message (Expand)Author
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2020-04-21net/http: fix Server.Shutdown race where it could miss an active connectionBrad Fitzpatrick
2020-03-27net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...Bryan C. Mills
2020-03-11net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnStateBryan C. Mills
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-12-10net/http: await state traces earlier in TestServerConnStateBryan C. Mills
2019-12-07net/http: unflake TestTimeoutHandlerSuperfluousLogsEmmanuel T Odeke
2019-11-22net/http: rename tests for Redirect and StripPrefixDmitri Shuralyov
2019-11-21net/http: fix Server.ConnContext modifying context for all new connectionsRoman Kollár
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-10-21net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke
2019-10-09net/http: update bundled x/net/http2Emmanuel T Odeke
2019-10-09net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke
2019-09-27net/http: remove TestTimeoutHandlerAndFlusher due to flakesEmmanuel T Odeke
2019-09-26net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke
2019-09-26net/textproto: don't normalize headers with spaces before the colonFilippo Valsorda
2019-07-08net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox
2019-06-07net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick
2019-06-04net/http: roll back "clean the path of the stripped URL by StripPrefix"Dmitri Shuralyov
2019-05-28net/http: quiet some log spam in testsBrad Fitzpatrick
2019-05-22all: shorten some testsRuss Cox
2019-04-30net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke
2019-04-15net/http: add Server BaseContext & ConnContext fields to control early contextBrad Fitzpatrick
2019-03-11net/http: add missing error checks in testsLeon Klingele
2019-02-26net/http: clean the path of the stripped URL by StripPrefixGgicci
2018-10-24crypto/tls, net/http: reject HTTP requests to HTTPS serverBrad Fitzpatrick
2018-10-03io: export StringWriterDaniel Martí
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-20all: update stale test skipsDaniel Martí
2018-07-31net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick
2018-07-31net/http: expand a TimeoutHandler test a bitBrad Fitzpatrick
2018-07-13net/http: don't cancel Request.Context on pipelined Server requestsBrad Fitzpatrick
2018-07-06net/http: deflake TestServerShutdownStateNewDaniel Martí
2018-07-03net/http: prevent Server reuse after a ShutdownBrad Fitzpatrick
2018-06-29net/http: remove a flag accidentally submitted in CL 121419Brad Fitzpatrick
2018-06-28net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick
2018-06-25net/http: document and test behavior of ServeMux with portsGuilherme Goncalves
2018-06-15net/http: ensure that Listener.Close is called only once in Server.ServeBrad Fitzpatrick
2018-06-06net/http: remove an allocation in ServeMuxBrad Fitzpatrick
2018-05-04net/http: write status code in Redirect when Content-Type header setDmitri Shuralyov
2018-05-03net/http: don't write redirect body if content-type is setSam Whited
2018-04-16net/http: remove some stderr log spamMike Samuel
2018-04-12net/http: don't crash if Server.Server is called with non-comparable ListenerBrad Fitzpatrick
2018-04-12net/http: address comments from previous reviewBenny Siegert
2018-04-11net/http: skip a test on netbsd-armBenny Siegert
2018-04-10net/http: don't sniff Content-type in Server when X-Content-Type-Options:nosniffMike Samuel
2018-03-08net/http: panic when a nil handler is passed to (*ServeMux)HandleFuncKunpei Sakai
2018-03-02net/http: lock the read-only mutex in shouldRedirectDamien Mathieu
2018-02-16net/http: increase timeout length for TestOnlyWriteTimeoutRichard Miller