aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/export_test.go
AgeCommit message (Expand)Author
2015-11-19net/http: start of making all relevant tests test both http1 and http2Brad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-10-19net/http: use the correct error variable in serveFileBrad Fitzpatrick
2015-05-01net/http: fix scheduling race resulting in flaky testBrad Fitzpatrick
2015-04-22net/http: fix race between dialing and cancelingDaniel Morsing
2015-04-20net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick
2015-04-09net/http: handle close/response race more gracefullyDaniel Morsing
2014-10-07net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich
2014-09-29net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick
2014-09-24net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick
2014-09-24net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox