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
2018-02-16
net/http: increase timeout length for TestOnlyWriteTimeout
Richard Miller
2018-01-11
net/http: redirect host-based patterns to trailing slash
Terin Stock
2017-12-08
net/http: deflake TestServerCancelsReadTimeoutWhenIdle
Brad Fitzpatrick
2017-12-01
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2
Brad Fitzpatrick
2017-11-15
net/http: don't set Content-Type with empty body automatically
Tw
2017-11-10
net/http: simplify ctx.Err() call in test
Sina Siadat
2017-11-01
net/http: set Content-Type header for HEAD as well
Dmitri Shuralyov
2017-10-18
net/http: update bundled http2
Tom Bergan
2017-10-02
net/http: make TimeoutHandler recover child handler panics
Artyom Pervukhin
2017-09-08
net/http: make ServeMux preserve query string during redirects
Kunpei Sakai
2017-06-08
net/http: simplify recently added TestServeTLS
Brad Fitzpatrick
2017-06-08
net/http: add Server.ServeTLS method
Niklas Schnelle
2017-05-25
net/http: revert CL 43779
Emmanuel Odeke
2017-05-24
net/http: permit incoming CONNECT requests without Host headers
Brad Fitzpatrick
2017-05-23
net/http: Add Server.RegisterOnShutdown
Tom Bergan
2017-05-22
net/http: make ServeMux preserve query string during redirects
Emmanuel Odeke
2017-04-29
net/http: enable TestRequestDoesntBodyCloseDoesntBlock
Emmanuel Odeke
2017-04-28
net/http: re-simplify HTTP/1.x status line writing
Brad Fitzpatrick
2017-04-26
net/http: make LocalAddrContext handle wildcard interface
Michael Fraenkel
2017-04-25
net/http: update bundled x/net/http2
Brad Fitzpatrick
2017-04-06
net/http: add tests for http2 Server WriteTimeout enforcement per stream
Kale Blankenship
2017-03-24
net/http: strip port from host in mux Handler
Kenny Grant
2017-03-22
net/http: improve speed of default mux
Kenny Grant
2017-03-22
net/http: fix possible nil pointer dereference in TestOnlyWriteTimeout
Mikio Hara
2017-03-20
net/http: deflake TestServerAllowsBlockingRemoteAddr more
Brad Fitzpatrick
2017-03-14
net/http: deflake TestServerTimeouts
Brad Fitzpatrick
2017-03-10
net/http: change TestServerAllowsBlockingRemoteAddr to non-parallel
Josh Bleecher Snyder
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2017-03-02
net/http: add more debugging to TestServerAllowsBlockingRemoteAddr
Brad Fitzpatrick
2017-02-08
net/http: don't modify Request in StripPrefix
Dmitri Shuralyov
2017-02-01
net/http: make Server validate HTTP method
Michael Fraenkel
2017-01-24
net/http: fix a nit
Mikio Hara
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte on Plan 9
David du Colombier
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9
David du Colombier
2017-01-14
net/http: add another hijack-after-background-read test
Brad Fitzpatrick
2017-01-13
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-04
net/http: make Server cancel its ReadTimeout between requests
Brad Fitzpatrick
2016-12-31
net/http: update bundled http2 for Server WriteTimeout change
Brad Fitzpatrick
2016-12-30
net/http: add test for http2 Server WriteTimeout
Kale Blankenship
2016-12-15
net/http: deflake TestServerTimeouts maybe
Brad Fitzpatrick
2016-11-30
net/http: fix test TestServeMuxHandlerRedirects
Shenghou Ma
2016-11-22
net/http: fix parallel tests using global DefaultTransport
Brad Fitzpatrick
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
net: add test that TCP Close unblocks blocked Reads
Brad Fitzpatrick
2016-11-14
net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 tests
Brad Fitzpatrick
2016-11-13
net/http: enable timeout tests on Plan 9
David du Colombier
2016-11-13
net/http: fix error message in TestClientWriteShutdown
David du Colombier
2016-11-11
net/http: make Server respect shutdown state after handler finishes
Brad Fitzpatrick
2016-11-11
net/http: make Server log on bad requests from clients
Kenny Grant
[prev]
[next]