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-03-02
net/http: verify RoundTripper invariants in the send function
Bryan C. Mills
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2020-02-21
net/http/pprof: set content type for /debug/pprof
Hana (Hyang-Ah) Kim
2020-01-31
net/http/cgi: rename a test file to be less cute
Brad Fitzpatrick
2020-01-29
net/http: don't treat an alternate protocol as a known round tripper
Ian Lance Taylor
2020-01-22
Revert "net/http: support gzip, x-gzip Transfer-Encodings"
Filippo Valsorda
2020-01-21
net/http/httputil: add docs about X-Forwarded-For in ReverseProxy
Kévin Dunglas
2020-01-08
net/http: document that ParseForm consumes Request.Body
Luka Zitnik
2020-01-07
net/http: avoid writing to Transport.ProxyConnectHeader
Bryan C. Mills
2019-12-12
net/http: fix some awkward wording in Request.WithContext docs
Brad Fitzpatrick
2019-12-11
net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...
Bryan C. Mills
2019-12-10
net/http: await state traces earlier in TestServerConnState
Bryan C. Mills
2019-12-10
net/http: fix timeout race in Transport proxy CONNECT
Brad Fitzpatrick
2019-12-09
net/http: don't wait indefinitely in Transport for proxy CONNECT response
Brad Fitzpatrick
2019-12-07
net/http: unflake TestTimeoutHandlerSuperfluousLogs
Emmanuel T Odeke
2019-11-27
net/http: update bundled x/net/http2
Brad Fitzpatrick
2019-11-22
net/http: rename tests for Redirect and StripPrefix
Dmitri Shuralyov
2019-11-22
net/http: make Transport.IdleConnTimeout consider wall (not monotonic) time
Brad Fitzpatrick
2019-11-21
net/http: fix Server.ConnContext modifying context for all new connections
Roman Kollár
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-13
net/http: add some debugging to TestDontCacheBrokenHTTP2Conn
Brad Fitzpatrick
2019-11-11
net/http: add DialTLSContext hook to Transport
Gabriel Rosenhouse
2019-11-08
net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfile
Brad Fitzpatrick
2019-11-08
net/http: support gzip, x-gzip Transfer-Encodings
Emmanuel T Odeke
2019-11-08
net/http: refactor test TestParseFormUnknownContentType
David Ndungu
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-11-04
syscall/js: garbage collect references to JavaScript values
Richard Musiol
2019-11-02
net/http/httputil: fix missing Transfer-Encoding header
Harshavardhana
2019-11-02
net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel
Constantin Konstantinidis
2019-11-01
net/http: clarify Header.WriteSubset behavior
empijei
2019-10-29
net/http: only decrement connection count if we removed a connection
Michael Fraenkel
2019-10-25
net/http: fix comment TimeoutHandler no longer supports Flusher
pokutuna
2019-10-25
net/http: skip failing test on windows-amd64-longtest builder
Bryan C. Mills
2019-10-22
net/http: don't cache http2.erringRoundTripper connections
Brad Fitzpatrick
2019-10-22
net/http: update sanitizeCookieValue description
Brave Cow
2019-10-21
net/http: remove parseURL variable
Dmitri Shuralyov
2019-10-21
net/http/pprof: explicitly mention DefaultServeMux for default handlers
harsimran1
2019-10-21
net/http: make TimeoutHandler log spurious WriteHeader calls
Emmanuel T Odeke
2019-10-21
net/http: make Transport.RoundTrip close body on any invalid request
Emmanuel T Odeke
2019-10-20
net/http: make Transport.roundTrip close body on invalid method
Luke Young
2019-10-18
net/http/httptest: add EnableHTTP2 to Server
Emmanuel T Odeke
2019-10-17
net/http, net/textproto: add Header.Values, MIMEHeader.Values methods
Trung Nguyen
2019-10-15
net/http: remove references to old NPN support
Brad Fitzpatrick
2019-10-14
net/http: clean up checkIfModifiedSince and checkIfUnmodifiedSince
Anmol Sethi
2019-10-14
net/http: fix and lock-in Client.Do docs on request cancelation
Emmanuel T Odeke
2019-10-14
net/http: fix Transport panic with nil Request.Header
Emmanuel T Odeke
2019-10-09
net/http: update bundled x/net/http2
Emmanuel T Odeke
2019-10-09
net/http: do not sniff response if Content-Encoding header is set
Emmanuel T Odeke
2019-10-08
net/http: use err as error var in server.Serve
Davor Kapsa
2019-10-02
net/http: document that Request.Host includes HTTP/2 :authority
Brad Fitzpatrick
[prev]
[next]