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
2016-06-15
net/http: pass through server side Transfer-Encoding headers
Andrew Gerrand
2016-06-08
net/http: update bundled http2
Andrew Gerrand
2016-06-06
net/http: send StatusOK on empty body with TimeoutHandler
Andrew Gerrand
2016-06-06
net/http: send one Transfer-Encoding header when "chunked" set manually
Andrew Gerrand
2016-06-02
net/http: http.Request.Context doc fix
Anmol Sethi
2016-06-01
net/http: update bundled http2
Tom Bergan
2016-05-28
net/http/httputil: fix typos in deprecation comments
Emmanuel Odeke
2016-05-27
net/http/httptrace: fix nit in test
Mikio Hara
2016-05-27
net/http: change Transport.Dialer to Transport.DialContext
Russ Cox
2016-05-25
net/http: add missing HTTP status codes
Seth Vargo
2016-05-21
net/http: update bundled http2
Brad Fitzpatrick
2016-05-20
net/http: deflake TestTransportEventTrace_h2
Brad Fitzpatrick
2016-05-20
net/http: update bundled http2
Brad Fitzpatrick
2016-05-20
net/http: also clone DynamicRecordSizingDisabled in cloneTLSConfig
Brad Fitzpatrick
2016-05-20
net/http: update bundled http2
Brad Fitzpatrick
2016-05-20
net/http: update bundled http2
Brad Fitzpatrick
2016-05-19
net/http/httptest: restore historic ResponseRecorder.HeaderMap behavior
Brad Fitzpatrick
2016-05-19
net/http: update bundled http2
Brad Fitzpatrick
2016-05-18
net/http: update bundled x/net/http2 for Server context changes
Brad Fitzpatrick
2016-05-18
net/http: further restrict when Transport's automatic HTTP/2 happens
Brad Fitzpatrick
2016-05-18
net/http: allow Client.CheckRedirect to use most recent response
Brad Fitzpatrick
2016-05-18
net/http: update bundled x/net/http2 for httptrace changes
Brad Fitzpatrick
2016-05-18
net/http: fix spurious logging in Transport when server closes idle conn
Brad Fitzpatrick
2016-05-18
net/http: add test confirming a connection reuse case
Brad Fitzpatrick
2016-05-16
net/http: mention ALPN in http.Server.TLSNextProto documentation
Dan Peterson
2016-05-16
net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...
Artyom Pervukhin
2016-05-14
net, net/http: don't trace DNS dials
Tom Bergan
2016-05-13
net, net/http: don't trace UDP dials
Brad Fitzpatrick
2016-05-11
net/http: keep HTTP/1.0 keep-alive conns open if response can't have a body
Brad Fitzpatrick
2016-05-11
net/http: make the MaxBytesReader.Read error sticky
Brad Fitzpatrick
2016-05-11
net/http: document ResponseWriter read-vs-write concurrency rules
Brad Fitzpatrick
2016-05-10
net/http: update bundled x/net/http2
Brad Fitzpatrick
2016-05-06
net/http: wait longer for subprocess to startup in test
Brad Fitzpatrick
2016-05-06
net/http: don't assume Response.Request is populated after redirect errors
Brad Fitzpatrick
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-05-04
net/http: correct RFC for MethodPatch
Shenghou Ma
2016-05-03
net/http: keep idle conns sorted by usage
Brad Fitzpatrick
2016-05-02
net/http: fix typo in comment in main_test
Emmanuel Odeke
2016-05-02
net/http: remove some TODOs
Brad Fitzpatrick
2016-05-02
net/http: gofmt -w -s
Mikio Hara
2016-05-01
net/http: fix typo in comment
Brad Fitzpatrick
2016-05-01
net/http: add Response.Uncompressed bool
Brad Fitzpatrick
2016-05-01
net/http: provide access to the listener address an HTTP request arrived on
Brad Fitzpatrick
2016-05-01
net/http: add Transport.IdleConnTimeout
Brad Fitzpatrick
2016-05-01
net/http: fix a few crashes with a ClientTrace with nil funcs
Brad Fitzpatrick
2016-05-01
net/http: document some errors more, mark ErrWriteAfterFlush as unused
Brad Fitzpatrick
2016-05-01
net/http: add Transport.MaxIdleConns limit
Brad Fitzpatrick
2016-04-30
net/http: expand documentation of Server.MaxHeaderBytes
Brad Fitzpatrick
2016-04-28
net/http, net/http/httptrace: new package for tracing HTTP client requests
Brad Fitzpatrick
2016-04-28
crypto/tls: allow renegotiation to be handled by a client.
Adam Langley
[next]