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
2019-02-01
[release-branch.go1.11] net/http, net/url: reject control characters in URLs
Brad Fitzpatrick
2018-12-14
[release-branch.go1.11] net/http: update bundled x/net/http2
Dmitri Shuralyov
2018-09-24
[release-branch.go1.11] net/http: ensure null body in Fetch response is not read
Johan Brandhorst
2018-08-13
net/http: support configuring fetch options
Johan Brandhorst
2018-08-13
net/http: update request cancelation docs
Brad Fitzpatrick
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-27
net/http: document Transport.Proxy's https support
Craig Citro
2018-07-27
net/http: try to document ServeFile security more
Brad Fitzpatrick
2018-07-24
net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docs
Filippo Valsorda
2018-07-24
net/http: document that Client methods always return *url.Error
Brad Fitzpatrick
2018-07-24
net/http: deflake TestRetryRequestsOnError
Brad Fitzpatrick
2018-07-23
net/http: update Serve docs on when HTTP/2 is enabled
Brad Fitzpatrick
2018-07-20
net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil body
Jack
2018-07-19
net/http: update bundled http2
Brad Fitzpatrick
2018-07-19
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders
Brad Fitzpatrick
2018-07-17
http/internal: document final CRLF behavior on chunkedWriter
Eric Daniels
2018-07-13
net/http: don't cancel Request.Context on pipelined Server requests
Brad Fitzpatrick
2018-07-13
http/http/httputil: add ReverseProxy.ErrorHandler
Julien Salleyron
2018-07-13
net/http: correct use of byte slice in js syscall
Johan Brandhorst
2018-07-12
net/http: update bundled http2
Brad Fitzpatrick
2018-07-12
net/http: make Transport.CloseIdleConnections close non-bundled http2.Transport
Brad Fitzpatrick
2018-07-12
net/http: update bundled http2
Brad Fitzpatrick
2018-07-12
net/http: add tests to validate that Client.Timeout closes connections
Brad Fitzpatrick
2018-07-11
net/http: fix rare Transport leak, remove incorrect defensive logic
Brad Fitzpatrick
2018-07-10
net/http: clarify when it's allowed to reuse a Request
Brad Fitzpatrick
2018-07-10
net/http: update bundled http2
Michael Fraenkel
2018-07-10
net/http: remove dead code noted in post-submit review of CL 81778
Brad Fitzpatrick
2018-07-09
net/http: update bundled http2
Brad Fitzpatrick
2018-07-09
net/http/httputil: don't panic in ReverseProxy unless running under a Server
Brad Fitzpatrick
2018-07-09
net/http: add support for SameSite option in http.Cookie
Stephan Renatus
2018-07-09
vendor: update vendored x/net/http/httpproxy
Brad Fitzpatrick
2018-07-09
net/http: comment handleReadError more, superficially use its argument
Brad Fitzpatrick
2018-07-09
net/http: add Transport.MaxConnsPerHost knob
Mark Fischer
2018-07-06
all: clean up some Deprecated comments
Brad Fitzpatrick
2018-07-06
net/http: deflake TestServerShutdownStateNew
Daniel MartÃ
2018-07-03
net/http: make Transport treat 101 as a terminal status
Mark Fischer
2018-07-03
net/http: prevent Server reuse after a Shutdown
Brad Fitzpatrick
2018-06-29
net/http: update bundled http2
Brad Fitzpatrick
2018-06-29
net/http: update docs on Transport.DisableKeepAlives
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-28
syscall/js: rename Callback.Close to Release and expose Callback.Value
Richard Musiol
2018-06-27
syscall/js: add TypedArrayOf
Richard Musiol
2018-06-27
net/http/httptrace: add clarification never added to CL 67430
Brad Fitzpatrick
2018-06-27
net/http/httptrace: expose request headers for http/1.1
Meir Fischer
2018-06-25
net/http: document and test behavior of ServeMux with ports
Guilherme Goncalves
2018-06-25
syscall/js: turn constant package vars into functions
Richard Musiol
2018-06-22
net/http: fix test assertion
Thomas Bruyelle
2018-06-21
net/http: avoid deferred unlock in ServeMux.shouldRedirect
Emmanuel T Odeke
[next]