aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-04-21net/http: fix Server.Shutdown race where it could miss an active connectionBrad Fitzpatrick
2020-03-15net/http: use atomicBool for inShutdownRobert Kuska
2019-11-21net/http: fix Server.ConnContext modifying context for all new connectionsRoman Kollár
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-10-25net/http: fix comment TimeoutHandler no longer supports Flusherpokutuna
2019-10-21net/http: remove parseURL variableDmitri Shuralyov
2019-10-21net/http: make TimeoutHandler log spurious WriteHeader callsEmmanuel T Odeke
2019-10-15net/http: remove references to old NPN supportBrad Fitzpatrick
2019-10-09net/http: do not sniff response if Content-Encoding header is setEmmanuel T Odeke
2019-10-08net/http: use err as error var in server.ServeDavor Kapsa
2019-09-26net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke
2019-08-27net/http: enhance documentation for Server.AddrAnderson Queiroz
2019-08-26net/http: make docs refer to Context.Value as a getter instead of context.Wit...Kevin Gillette
2019-08-22net/http: change TimeoutHandler's docs to match its new interfacesJeff Hodges
2019-06-19net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docsRaghavendra Nagaraj
2019-06-10doc, net/http: add release notes for net/http and fix doc commentsAndrew Bonventre
2019-06-07net/http: support BaseContext & ConnContext for http2 ServerBrad Fitzpatrick
2019-06-04net/http: roll back "clean the path of the stripped URL by StripPrefix"Dmitri Shuralyov
2019-04-30net/http: make Server return 501 for unsupported transfer-encodingsEmmanuel T Odeke
2019-04-24net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick
2019-04-15net/http: add Server BaseContext & ConnContext fields to control early contextBrad Fitzpatrick
2019-04-04net: add KeepAlive field to ListenConfigLeo Antunes
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-05all: join a few chained ifsDaniel Martí
2019-03-02net/http: make TimeoutHandler's ResponseWriter implement PusherLE Manh Cuong
2019-02-26net/http: clean the path of the stripped URL by StripPrefixGgicci
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-11-02net/http: speed up ServeMux matchingCarl Mastrangelo
2018-10-25net/http: fix comment change omitted between versions of CL 143177Brad Fitzpatrick
2018-10-24crypto/tls, net/http: reject HTTP requests to HTTPS serverBrad Fitzpatrick
2018-10-03net/http: log call site which causes multiple header writesDavid Url
2018-08-21net/http: remove unnecessary returnTim Cooper
2018-07-31net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick
2018-07-24net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docsFilippo Valsorda
2018-07-24net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick
2018-07-23net/http: update Serve docs on when HTTP/2 is enabledBrad Fitzpatrick
2018-07-13net/http: don't cancel Request.Context on pipelined Server requestsBrad Fitzpatrick
2018-07-10net/http: remove dead code noted in post-submit review of CL 81778Brad Fitzpatrick
2018-07-09net/http: comment handleReadError more, superficially use its argumentBrad Fitzpatrick
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-07-03net/http: prevent Server reuse after a ShutdownBrad Fitzpatrick
2018-06-28net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-06-25net/http: document and test behavior of ServeMux with portsGuilherme Goncalves