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
2020-08-25
Revert "net/http: fix data race due to writeLoop goroutine left running"
Bryan C. Mills
2020-08-25
net/http: fix data race due to writeLoop goroutine left running
Steven Hartland
2020-08-25
net/http: handle Request.URL.RawPath in StripPrefix
Andrew Gerrand
2020-08-24
net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCH
Segflow
2020-08-21
net/http: use iotest.ErrReader in tests
Carlos Alexandro Becker
2020-08-18
all: fix spelling mistakes
lihaowei
2020-08-15
net/http: avoid setting body when NoBody is set for js/wasm
Agniva De Sarker
2020-08-07
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-08-04
net/http: fix cancelation of requests with a readTrackingBody wrapper
Damien Neil
2020-07-17
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-07-14
net/http: synchronize "100 Continue" write and Handler writes
Russ Cox
2020-07-10
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-29
net/http: fix panic with If-None-Match value in http.ServeContent
Marcus Weiner
2020-06-26
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-23
net/http: document Dir behavior with symlinks
Katie Hockman
2020-06-19
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-17
net/http: make Transport.RoundTrip preserve Requests
Damien Neil
2020-06-11
[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...
Cherry Zhang
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-05-31
net/http: reject HTTP/1.1 Content-Length with sign in response
Paschalis Tsilias
2020-05-29
net/http: clarify that AddCookie only sanitizes the Cookie being added
Volker Dobler
2020-05-27
net/http: handle body rewind in HTTP/2 connection loss better
Russ Cox
2020-05-09
net/http/pprof: document the trace endpoint is for execution trace
Hana (Hyang-Ah) Kim
2020-05-06
net/http/cgi: reject invalid header names
Filippo Valsorda
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2020-05-06
net/http: only support "chunked" in inbound Transfer-Encoding headers
Filippo Valsorda
2020-05-05
net/http: update link to chrome documentation on connection management
smasher164
2020-05-05
net/http/httputil: don't use testing.T after test completes
Andrew G. Morgan
2020-05-02
net/http/httputil: handle escaped paths in SingleHostReverseProxy
Daniel Kumor
2020-05-01
cmd,std: update golang.org/x/net to 20200501053045-e0ff5e5a1de5
Brad Fitzpatrick
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2020-04-30
net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nil
Brad Fitzpatrick
2020-04-30
net/http/cgi: replace constant map with switch statement
Matthew Dempsky
2020-04-26
net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelable
Pierre Carru
2020-04-25
net/http/httputil: fix typo in unit test name
Tyson Andre
2020-04-22
net/http/pprof: allow "seconds" parameters to most profiles
Hana (Hyang-Ah) Kim
2020-04-22
net/http/pprof: make TestDeltaProfile less flaky by retrying
Hana (Hyang-Ah) Kim
2020-04-21
net/http: fix Server.Shutdown race where it could miss an active connection
Brad Fitzpatrick
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2020-04-02
net/http: release callbacks after fetch promise completes
Dmitri Shuralyov
2020-03-31
net/http: treat a nil Body from a custom RoundTripper as an empty one
Bryan C. Mills
2020-03-29
net/http: use DOMException.message property in error text
Dmitri Shuralyov
2020-03-27
net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...
Bryan C. Mills
2020-03-22
net/http: remove period at end of error message
d-tsuji
2020-03-20
net/http: update bundled x/net/http2
Emmanuel T Odeke
2020-03-15
net/http: use atomicBool for inShutdown
Robert Kuska
2020-03-11
net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnState
Bryan C. Mills
2020-03-06
net/http/cgi: remove outdated TODO
Tim Cooper
2020-03-03
net/http: fix handling of HTTP/2 upgrade failures
Russ Cox
[prev]
[next]