index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
serve_test.go
Age
Commit message (
Expand
)
Author
2020-08-25
net/http: handle Request.URL.RawPath in StripPrefix
Andrew Gerrand
2020-05-06
net/http: only support "chunked" in inbound Transfer-Encoding headers
Filippo Valsorda
2020-04-21
net/http: fix Server.Shutdown race where it could miss an active connection
Brad Fitzpatrick
2020-03-27
net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...
Bryan C. Mills
2020-03-11
net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnState
Bryan C. Mills
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-12-10
net/http: await state traces earlier in TestServerConnState
Bryan C. Mills
2019-12-07
net/http: unflake TestTimeoutHandlerSuperfluousLogs
Emmanuel T Odeke
2019-11-22
net/http: rename tests for Redirect and StripPrefix
Dmitri Shuralyov
2019-11-21
net/http: fix Server.ConnContext modifying context for all new connections
Roman Kollár
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-10-21
net/http: make TimeoutHandler log spurious WriteHeader calls
Emmanuel T Odeke
2019-10-09
net/http: update bundled x/net/http2
Emmanuel T Odeke
2019-10-09
net/http: do not sniff response if Content-Encoding header is set
Emmanuel T Odeke
2019-09-27
net/http: remove TestTimeoutHandlerAndFlusher due to flakes
Emmanuel T Odeke
2019-09-26
net/http, doc/go1.13.html: revert TimeoutHandler.Flush
Emmanuel T Odeke
2019-09-26
net/textproto: don't normalize headers with spaces before the colon
Filippo Valsorda
2019-07-08
net/http: fix Transport.MaxConnsPerHost limits & idle pool races
Russ Cox
2019-06-07
net/http: support BaseContext & ConnContext for http2 Server
Brad Fitzpatrick
2019-06-04
net/http: roll back "clean the path of the stripped URL by StripPrefix"
Dmitri Shuralyov
2019-05-28
net/http: quiet some log spam in tests
Brad Fitzpatrick
2019-05-22
all: shorten some tests
Russ Cox
2019-04-30
net/http: make Server return 501 for unsupported transfer-encodings
Emmanuel T Odeke
2019-04-15
net/http: add Server BaseContext & ConnContext fields to control early context
Brad Fitzpatrick
2019-03-11
net/http: add missing error checks in tests
Leon Klingele
2019-02-26
net/http: clean the path of the stripped URL by StripPrefix
Ggicci
2018-10-24
crypto/tls, net/http: reject HTTP requests to HTTPS server
Brad Fitzpatrick
2018-10-03
io: export StringWriter
Daniel Martí
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-08-20
all: update stale test skips
Daniel Martí
2018-07-31
net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)
Brad Fitzpatrick
2018-07-31
net/http: expand a TimeoutHandler test a bit
Brad Fitzpatrick
2018-07-13
net/http: don't cancel Request.Context on pipelined Server requests
Brad Fitzpatrick
2018-07-06
net/http: deflake TestServerShutdownStateNew
Daniel Martí
2018-07-03
net/http: prevent Server reuse after a Shutdown
Brad Fitzpatrick
2018-06-29
net/http: remove a flag accidentally submitted in CL 121419
Brad Fitzpatrick
2018-06-28
net/http: make Server.Shutdown treat new connections as idle after 5 seconds
Brad Fitzpatrick
2018-06-25
net/http: document and test behavior of ServeMux with ports
Guilherme Goncalves
2018-06-15
net/http: ensure that Listener.Close is called only once in Server.Serve
Brad Fitzpatrick
2018-06-06
net/http: remove an allocation in ServeMux
Brad Fitzpatrick
2018-05-04
net/http: write status code in Redirect when Content-Type header set
Dmitri Shuralyov
2018-05-03
net/http: don't write redirect body if content-type is set
Sam Whited
2018-04-16
net/http: remove some stderr log spam
Mike Samuel
2018-04-12
net/http: don't crash if Server.Server is called with non-comparable Listener
Brad Fitzpatrick
2018-04-12
net/http: address comments from previous review
Benny Siegert
2018-04-11
net/http: skip a test on netbsd-arm
Benny Siegert
2018-04-10
net/http: don't sniff Content-type in Server when X-Content-Type-Options:nosniff
Mike Samuel
2018-03-08
net/http: panic when a nil handler is passed to (*ServeMux)HandleFunc
Kunpei Sakai
2018-03-02
net/http: lock the read-only mutex in shouldRedirect
Damien Mathieu
[prev]
[next]