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-12-07
net/http/httputil: remove redundant call of setBody in test
go1.10beta1
Joe Kyo
2017-12-07
net/http: use correct method name in Server.ServeTLS docs
Artyom Pervukhin
2017-12-06
net/http: keep testing DetectContentType of empty body
Russ Cox
2017-12-05
net/http: fix unclosed Listener leak in ListenAndServeTLS
Tim Heckman
2017-12-01
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2
Brad Fitzpatrick
2017-12-01
net/http: update bundled http2
Brad Fitzpatrick
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-28
net/http: document streaming nature of Response.Body
Brad Fitzpatrick
2017-11-28
net/http: update bundled http2
Brad Fitzpatrick
2017-11-27
net/http: panic on invalid WriteHeader status code
Brad Fitzpatrick
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
2017-11-22
net/http: implement sniffing for some fonts
Emmanuel Odeke
2017-11-15
net/http: don't set Content-Type with empty body automatically
Tw
2017-11-14
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests
Akhil Indurti
2017-11-14
net/http: add example to Server.Shutdown
Stephen McQuay (smcquay)
2017-11-11
net/http/httputil: make ReverseProxy close response body if ModifyResponse re...
Edan B
2017-11-10
net/http: simplify ctx.Err() call in test
Sina Siadat
2017-11-10
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader
Wèi Cōngruì
2017-11-10
net/http: fix copy-paste error in the ServeTLS docs
Ian Kent
2017-11-02
net/http: clarify when it is safe to reuse a request
Tom Bergan
2017-11-02
net/http: remove unused named return variables
mattyw
2017-11-02
net/http: quiet some log spam in TestNoBodyOnChunked304Response
Brad Fitzpatrick
2017-11-02
net/http: remove some log spam in test, add missing error detail
Brad Fitzpatrick
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-11-01
net/http: update bundled http2
Tom Bergan
2017-11-01
net/http: set Content-Type header for HEAD as well
Dmitri Shuralyov
2017-11-01
net/http: fix typo in doc string
Joe Kyo
2017-10-31
net/http: display connect methods table properly in `go doc`
Joe Kyo
2017-10-30
net/http/pprof: attach handlers using http.HandleFunc
Terin Stock
2017-10-27
net/http: fix minor leak in Header.WriteSubset
Joshua Rubin
2017-10-19
net/http: ignore response body when forbidden by status code
Ben Burkert
2017-10-18
net/http: update bundled http2
Tom Bergan
2017-10-16
net/http: preserve Host header following a relative redirect
Tom Bergan
2017-10-16
net/http/httputil: extract duplicate code as removeConnectionHeaders
Kunpei Sakai
2017-10-16
net/http: fix panic when status without description for proxied HTTPS responses
soluchok
2017-10-13
net/http: HTTPS proxies support
Ben Schwartz
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-10-02
net/http: make TimeoutHandler recover child handler panics
Artyom Pervukhin
2017-10-02
net/http: use canonicalAddr on shouldCopyHeaderOnRedirect
Guilherme Rezende
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-26
net/http: error if Transport.Proxy returns https
Daniel Martí
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-20
net/http: net/http: doc that prefer "must" over "should"
Kunpei Sakai
2017-09-15
all: fix article typos
Kunpei Sakai
2017-09-11
net/http: allow reuse of http.Request objects
Luan Santos
2017-09-08
net/http: make ServeMux preserve query string during redirects
Kunpei Sakai
2017-08-31
net/http: make startBackgroundRead panic if hijacked
Kunpei Sakai
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-28
net/http: Set a timeout on Request.Context when using TimeoutHandler
Michael Fraenkel
[next]