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
/
server.go
Age
Commit message (
Expand
)
Author
2018-04-12
net/http: don't crash if Server.Server is called with non-comparable Listener
Brad Fitzpatrick
2018-04-10
net/http: don't sniff Content-type in Server when X-Content-Type-Options:nosniff
Mike Samuel
2018-04-08
net/http: fix comment on LocalAddrContextKey
Ryan Slade
2018-03-30
net/http: add function name to the beginning of comment
Kunpei Sakai
2018-03-08
net/http: panic when a nil handler is passed to (*ServeMux)HandleFunc
Kunpei Sakai
2018-03-02
net/http: lock the read-only mutex in shouldRedirect
Damien Mathieu
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2018-01-11
net/http: avoid for-loop if possible
Kunpei Sakai
2018-01-11
net/http: redirect host-based patterns to trailing slash
Terin Stock
2018-01-06
net/http: document cloning of Server.TLSConfig
Brad Fitzpatrick
2018-01-05
net/http: don't validate WriteHeader code if header's already been sent
Brad Fitzpatrick
2017-12-08
net/http: document ResponseWriter.WriteHeader more
Brad Fitzpatrick
2017-12-07
net/http: use correct method name in Server.ServeTLS docs
Artyom Pervukhin
2017-12-05
net/http: fix unclosed Listener leak in ListenAndServeTLS
Tim Heckman
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-27
net/http: panic on invalid WriteHeader status code
Brad Fitzpatrick
2017-11-15
net/http: don't set Content-Type with empty body automatically
Tw
2017-11-10
net/http: fix copy-paste error in the ServeTLS docs
Ian Kent
2017-11-02
net/http: remove unused named return variables
mattyw
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-11-01
net/http: set Content-Type header for HEAD as well
Dmitri Shuralyov
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-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-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-28
net/http: Set a timeout on Request.Context when using TimeoutHandler
Michael Fraenkel
2017-08-28
net/http: mention RegisterOnShutdown in Server.Shutdown docs
Artyom Pervukhin
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2017-08-15
net/http: delete unnecessary string concatenation
Naoki Kanatani
2017-08-09
net/http: log Readdir error to Server.ErrorLog
Dmitri Shuralyov
2017-08-08
net/http: set Content-Type header in Redirect
Dmitri Shuralyov
2017-07-21
net/http: document that after Hijack, Request.Body is invalid
Brad Fitzpatrick
2017-07-20
net/http: improve signature of Redirect, NewRequest
Dmitri Shuralyov
2017-07-18
net/http: fix parameter name in comment
Ian Lance Taylor
2017-07-14
net/http: clarify Handler panic behavior across HTTP versions
Brad Fitzpatrick
2017-06-23
net/http: Update server idleTimeout documentation
Qiuxuan Zhu
2017-06-08
net/http: add Server.ServeTLS method
Niklas Schnelle
2017-05-25
net/http: revert CL 43779
Emmanuel Odeke
2017-05-24
net/http: permit incoming CONNECT requests without Host headers
Brad Fitzpatrick
2017-05-23
net/http: Add Server.RegisterOnShutdown
Tom Bergan
2017-05-22
net/http: make ServeMux preserve query string during redirects
Emmanuel Odeke
2017-05-11
net/http: for http2, use the priority write scheduler by default
Tom Bergan
2017-05-02
net/http: bgErr is unused; remove it
Chris Manghane
2017-04-28
net/http: re-simplify HTTP/1.x status line writing
Brad Fitzpatrick
2017-04-26
net/http: make LocalAddrContext handle wildcard interface
Michael Fraenkel
2017-04-24
net/http: document Shutdown/Serve return behavior
Filippo Valsorda
2017-03-24
net/http: strip port from host in mux Handler
Kenny Grant
[prev]
[next]