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
Age
Commit message (
Expand
)
Author
2017-05-23
[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...
Brad Fitzpatrick
2017-03-29
[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlier
Brad Fitzpatrick
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
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-11
net/http: deflake TestRetryIdempotentRequestsOnError
Brad Fitzpatrick
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-06
net/http: better failure in TestTransportPersistConnLeak
Russ Cox
2017-01-04
net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBody
Brad Fitzpatrick
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-29
net/http/httputil: clarify the contract on ReverseProxy's Director.
Mike Wiacek
2016-12-22
net/http: restore Transport's Request.Body byte sniff in limited cases
Brad Fitzpatrick
2016-12-20
net/http, doc: more redirect documentation
Brad Fitzpatrick
2016-12-15
net/http: deflake TestServerTimeouts maybe
Brad Fitzpatrick
2016-12-15
net/http: update bundled http2
Chris Broadfoot
2016-12-15
net/http/httptrace: clarify WroteRequest may be called multiple times
Brad Fitzpatrick
2016-12-14
net/http: deflake TestClientTimeout_Headers_h2 on Windows
Brad Fitzpatrick
2016-12-13
net/http: update some comments
Brad Fitzpatrick
2016-12-08
net/http: don't retry Transport requests if they have a body
Brad Fitzpatrick
2016-12-06
net/http: update bundled http2
Brad Fitzpatrick
2016-12-06
net/http: fix typo in Request.GetBody's doc string
Chris Broadfoot
2016-12-01
net/http: revert change making NewRequest set ContentLength -1
Brad Fitzpatrick
2016-12-01
net/http: teach NewRequest that NoBody has ContentLength zero
Brad Fitzpatrick
2016-12-01
net/http: clarify Request.Context's lifetime
Brad Fitzpatrick
2016-11-30
net/http: document how headers are forwarded by Client
Joe Tsai
2016-11-30
net/http: fix test TestServeMuxHandlerRedirects
Shenghou Ma
2016-11-30
net/http: remove logging on bad client requests
Kenny Grant
2016-11-29
net/http/httptest: fix typo in doc comment
Michal Bohuslávek
2016-11-28
net/http, net/http/httptest: cross-reference the two NewRequest funcs
Brad Fitzpatrick
2016-11-28
net/http: document restrictions on ETag as expected by ServeContent
Joe Tsai
2016-11-28
net: document that Header.Get key is case insensitive
Kaviraj
2016-11-24
net/http: fix receiver for Server.Shutdown and Server.Close
Dan Peterson
2016-11-22
net/http: fix parallel tests using global DefaultTransport
Brad Fitzpatrick
2016-11-22
net/http: skip TestLinuxSendfile on mips64 for now
Brad Fitzpatrick
2016-11-21
net/http: maybe fix TestLinuxSendfile on mips64
Brad Fitzpatrick
2016-11-21
net/http: deflake TestClientTimeout
Brad Fitzpatrick
2016-11-17
net/http: deflake TestInterruptWithPanic_nil_h2, again
Brad Fitzpatrick
2016-11-16
net/http: fix a typo in test
Mikio Hara
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-15
net/http: update bundled http2 for write scheduling order fix
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
[next]