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-06-15
net/http: pass through server side Transfer-Encoding headers
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-05-19
net/http: update bundled http2
Brad Fitzpatrick
2016-05-16
net/http: mention ALPN in http.Server.TLSNextProto documentation
Dan Peterson
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: document ResponseWriter read-vs-write concurrency rules
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: document some errors more, mark ErrWriteAfterFlush as unused
Brad Fitzpatrick
2016-04-30
net/http: expand documentation of Server.MaxHeaderBytes
Brad Fitzpatrick
2016-04-18
net/http: document Hijacker and Flusher more
Brad Fitzpatrick
2016-04-12
all: standardize RFC mention format
Dan Peterson
2016-04-11
net/http: add ServerContextKey to let a handler access its Server
Brad Fitzpatrick
2016-04-11
net/http: document Error does not end the request
Dan Peterson
2016-04-11
net/http: set the Request context for incoming server requests
Brad Fitzpatrick
2016-04-06
net/http: document that Handlers shouldn't mutate Request
Brad Fitzpatrick
2016-04-05
net/http: zero pad Response status codes to three digits
Brad Fitzpatrick
2016-04-01
net/http: limit Transport's reading of response header bytes from servers
Brad Fitzpatrick
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
[next]