summaryrefslogtreecommitdiff
path: root/src/net/http/serve_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: remove test-only private key from production binariesDamien Neil2021-06-101-3/+4
* net/http: add AllowQuerySemicolonsFilippo Valsorda2021-06-091-0/+84
* net/http: use relative path in Location redirectRoland Shoemaker2021-05-031-0/+17
* net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil2021-01-221-2/+4
* net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi2020-12-141-0/+4
* net/http: allow upgrading non keepalive connectionsAnmol Sethi2020-12-011-0/+53
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-60/+59
* net/http: deflake TestServerEmptyBodyRace_h1, or at least tryRuss Cox2020-10-161-2/+8
* net/http: return 505 status for rejected protocol versionDamien Neil2020-10-141-4/+4
* net/http: mark http/2 connections activeMichael Fraenkel2020-09-061-2/+16
* net/http: handle Request.URL.RawPath in StripPrefixAndrew Gerrand2020-08-251-17/+35
* net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda2020-05-061-31/+0
* net/http: fix Server.Shutdown race where it could miss an active connectionBrad Fitzpatrick2020-04-211-2/+5
* net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...Bryan C. Mills2020-03-271-56/+37
* net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnStateBryan C. Mills2020-03-111-2/+11
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-2/+8
* net/http: await state traces earlier in TestServerConnStateBryan C. Mills2019-12-101-69/+76
* net/http: unflake TestTimeoutHandlerSuperfluousLogsEmmanuel T Odeke2019-12-071-15/+31
* net/http: rename tests for Redirect and StripPrefixDmitri Shuralyov2019-11-221-2/+2
* net/http: fix Server.ConnContext modifying context for all new connectionsRoman Kollár2019-11-211-0/+33
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+2
* net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke2019-10-211-0/+93
* net/http: update bundled x/net/http2Emmanuel T Odeke2019-10-091-1/+0
* net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke2019-10-091-0/+106
* net/http: remove TestTimeoutHandlerAndFlusher due to flakesEmmanuel T Odeke2019-09-271-48/+0
* net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke2019-09-261-0/+48
* net/textproto: don't normalize headers with spaces before the colonFilippo Valsorda2019-09-261-0/+4
* net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox2019-07-081-8/+15
* net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick2019-06-071-0/+44
* net/http: roll back "clean the path of the stripped URL by StripPrefix"Dmitri Shuralyov2019-06-041-9/+0
* net/http: quiet some log spam in testsBrad Fitzpatrick2019-05-281-1/+1
* all: shorten some testsRuss Cox2019-05-221-2/+6
* net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke2019-04-301-0/+56
* net/http: add Server BaseContext & ConnContext fields to control early contextBrad Fitzpatrick2019-04-151-0/+37
* net/http: add missing error checks in testsLeon Klingele2019-03-111-0/+4
* net/http: clean the path of the stripped URL by StripPrefixGgicci2019-02-261-0/+9
* crypto/tls, net/http: reject HTTP requests to HTTPS serverBrad Fitzpatrick2018-10-241-0/+26
* io: export StringWriterDaniel Martí2018-10-031-6/+3
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* all: update stale test skipsDaniel Martí2018-08-201-1/+1
* net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick2018-07-311-20/+0
* net/http: expand a TimeoutHandler test a bitBrad Fitzpatrick2018-07-311-0/+3
* net/http: don't cancel Request.Context on pipelined Server requestsBrad Fitzpatrick2018-07-131-35/+19
* net/http: deflake TestServerShutdownStateNewDaniel Martí2018-07-061-1/+15
* net/http: prevent Server reuse after a ShutdownBrad Fitzpatrick2018-07-031-0/+15
* net/http: remove a flag accidentally submitted in CL 121419Brad Fitzpatrick2018-06-291-5/+2
* net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick2018-06-281-0/+59
* net/http: document and test behavior of ServeMux with portsGuilherme Goncalves2018-06-251-0/+22
* net/http: ensure that Listener.Close is called only once in Server.ServeBrad Fitzpatrick2018-06-151-0/+38