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
2016-03-31
net/http: allow Handlers to handle http2 upgrade PRI requests
Brad Fitzpatrick
2016-03-16
net/http: remove init func reference to ServeMux
Brad Fitzpatrick
2016-03-07
net/http: TimeoutHandler should start timer when serving request
Caio Marcelo de Oliveira Filho
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-23
all: fix typos
Shawn Smith
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2016-02-09
net/http: make ListenAndServeTLS treat GetCertificate as a set cert too
Brad Fitzpatrick
2016-01-26
net/http: document TimeFormat more
Brad Fitzpatrick
2016-01-18
net/http: panic on bogus use of CloseNotifier or Hijacker
Brad Fitzpatrick
2016-01-13
net/http: clarify ConnState StateActive docs for HTTP/2
Brad Fitzpatrick
2016-01-12
net/http: support URLs without schemes in http.Redirect
Denys Honsiorovskyi
2016-01-10
net/http: don't remove Expect Request header in Server.
Harshavardhana
2016-01-08
net/http: document GODEBUG settings, update bundled http2
Brad Fitzpatrick
2016-01-05
net/http: relax recently-updated rules and behavior of CloseNotifier
Brad Fitzpatrick
2015-12-24
net/http: fix typo in docstring
Jonathan Boulle
2015-12-18
net/http: document that Server.TLSNextProto has automatic HTTP/2 also
Brad Fitzpatrick
2015-12-17
net/http: document ResponseWriter and Handler more; add test
Brad Fitzpatrick
2015-12-17
net/http: don't accept invalid bytes in server request headers
Brad Fitzpatrick
2015-12-17
net/http: document a few ServeMux behaviors
Russ Cox
2015-12-17
net/http: document that ListenAndServe is a bit more than Listen+Serve
Brad Fitzpatrick
2015-12-16
net/http: make Server validate Host headers
Brad Fitzpatrick
2015-12-15
net/http: rework CloseNotifier implementation, clarify expectations in docs
Brad Fitzpatrick
2015-12-14
net/http: fix race in TimeoutHandler
Brad Fitzpatrick
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-11-04
net/http: register HTTP/2 before listening in ListenAndServe
Brad Fitzpatrick
2015-11-04
net/http: don't panic after request if Handler sets Request.Body to nil
Brad Fitzpatrick
2015-10-29
net/http: extra documentation for Redirect and RedirectHandler
Taru Karttunen
2015-10-20
net/http: return error from Serve if http2.ConfigureServer returns an error
Brad Fitzpatrick
2015-10-14
net/http: enable automatic HTTP/2 if TLSNextProto is nil
Brad Fitzpatrick
2015-10-14
net/http: don't hang if RemoteAddr() blocks
David Glasser
2015-10-05
net/http: add response body to 413 and 400 errors
Kenny Grant
2015-09-04
net/http: optimize some io.Copy calls by reusing buffers
Artyom Pervukhin
2015-08-20
net/http: document that [ListenAnd]Serve always returns a non-nil error
Andrew Gerrand
2015-08-18
net/http: fix races cloning TLS config
Brad Fitzpatrick
2015-08-03
net/http: fix server/transport data race when sharing the request body
Brad Fitzpatrick
2015-08-02
net/http: close server conn after request body error
Jed Denlea
2015-08-02
net/http: fix SetKeepAlivesEnabled receiver name
Carl Jackson
2015-07-27
net/http: pause briefly after closing Server connection when body remains
Brad Fitzpatrick
2015-07-20
net/http: add example for setting trailers in an Handler
Brad Fitzpatrick
2015-07-15
net/http: don't reuse conns after incomplete 100-continue requests
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-26
net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirect
Mihai Borobocea
2015-06-25
net/http: tolerate old buggy user agents, per RFC 2616 section 4.1
Brad Fitzpatrick
2015-06-25
net/http: bound the number of bytes read seeking EOF in Handler's Body.Close
Brad Fitzpatrick
2015-06-25
net/http: document that Hijack's net.Conn might have left-over timeouts set
Brad Fitzpatrick
2015-06-25
net/http: don't always require certFile, keyFile in Server.ListenAndServerTLS
Brad Fitzpatrick
2015-06-02
net/http: set nosniff header when serving Error
Andrew Gerrand
2015-05-06
net/http: don't send implicit Content-Length if Transfer-Encoding is set
Brad Fitzpatrick
2015-04-28
net/http: test and document suppressing implicit Content-Type response header
Brad Fitzpatrick
[prev]
[next]