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
/
export_test.go
Age
Commit message (
Expand
)
Author
2015-11-19
net/http: start of making all relevant tests test both http1 and http2
Brad Fitzpatrick
2015-11-04
net/http: register HTTP/2 before listening in ListenAndServe
Brad Fitzpatrick
2015-10-19
net/http: use the correct error variable in serveFile
Brad Fitzpatrick
2015-05-01
net/http: fix scheduling race resulting in flaky test
Brad Fitzpatrick
2015-04-22
net/http: fix race between dialing and canceling
Daniel Morsing
2015-04-20
net/http: fix Transport data race, double cancel panic, cancel error message
Brad Fitzpatrick
2015-04-09
net/http: handle close/response race more gracefully
Daniel Morsing
2014-10-07
net/http: fix authentication info leakage in Referer header (potential securi...
Jens Frederich
2014-09-29
net/http: make Transport.CloseIdleConnections also close pending dials
Brad Fitzpatrick
2014-09-24
net/http: check for CloseWrite interface, not TCPConn implementation
Brad Fitzpatrick
2014-09-24
net/http: support https_proxy in ProxyFromEnvironment
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]