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
2017-03-22
net/http: improve speed of default mux
Kenny Grant
2017-02-17
all: fix a few typos in comments
Koki Ide
2017-02-14
net/http: document ErrServerClosed
Kale Blankenship
2017-02-08
net/http: don't modify Request in StripPrefix
Dmitri Shuralyov
2017-01-13
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-04
net/http: make Server cancel its ReadTimeout between requests
Brad Fitzpatrick
2016-11-30
net/http: remove logging on bad client requests
Kenny Grant
2016-11-24
net/http: fix receiver for Server.Shutdown and Server.Close
Dan Peterson
2016-11-11
net/http: make Server respect shutdown state after handler finishes
Brad Fitzpatrick
2016-11-11
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-10
net/http: update bundled http2 for ErrAbortHandler support, document it more
Brad Fitzpatrick
2016-11-10
net/http: add ErrAbortHandler, make Server quiet if used as panic value
Brad Fitzpatrick
2016-11-10
net/http: document that Server.Close and Shutdown don't track hijacked conns
Brad Fitzpatrick
2016-11-10
net/http: fix documentation on Server.TLSNextProto controlling http2
Brad Fitzpatrick
2016-11-10
net/http: fix Server.Close double Lock
Brad Fitzpatrick
2016-11-04
net/http: fix type name in comment
Brad Fitzpatrick
2016-11-01
net/http, net/http/httptest: make http2's TrailerPrefix work for http1
Brad Fitzpatrick
2016-11-01
net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown
Brad Fitzpatrick
2016-10-26
net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeout
Brad Fitzpatrick
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-21
net/http: make Redirect escape non-ASCII in Location header
Brad Fitzpatrick
2016-10-18
net/http: make Server Handler's Request.Context be done on conn errors
Brad Fitzpatrick
2016-10-17
net/http: add more docs on ErrHijacked
Brad Fitzpatrick
2016-10-13
net/http: allow Handlers to test Hijacked conn without spamming error log
Brad Fitzpatrick
2016-10-10
net/http: fix typo in server commont
Emmanuel Odeke
2016-09-30
net/http: remove TODO about the Server's base context
Brad Fitzpatrick
2016-07-27
net/http: fix data race with concurrent use of Server.Serve
Brad Fitzpatrick
2016-07-13
all: rename vendored golang.org/x/net packages to golang_org
Brad Fitzpatrick
2016-07-11
net/http: fix vet warning of leaked context in error paths
Brad Fitzpatrick
2016-06-28
net/http: conditionally configure HTTP/2 in Server.Serve(Listener)
Brad Fitzpatrick
2016-06-27
net/http: reject faux HTTP/0.9 and HTTP/2+ requests
Brad Fitzpatrick
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
[prev]
[next]