aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2022-04-15net/http: optimize StatusText implementationJoão Penteado
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2021-12-21net/http: fix link to ResponseWriter trailer exampleReilly Watson
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12net/http: do not send Transfer-Encoding: identity in responsesDamien Neil
2021-11-09net/http: add MaxBytesHandlerCarl Johnson
2021-11-05net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-14net/http: also use Server.ReadHeaderTimeout for TLS handshake deadlineBrad Fitzpatrick
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-02net/http: close request body after recovering from a handler panicDamien Neil
2021-06-15net/http: improve some server docsFilippo Valsorda
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-06-04net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-05-03net/http: use relative path in Location redirectRoland Shoemaker
2021-04-16net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf
2021-04-16net/http: add to deadlines only when positiveJoshua Harshman
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-13all: remove duplicate wordsJohn Bampton
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-01net/http: allow upgrading non keepalive connectionsAnmol Sethi
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: document concurrency expectations for Request.BodyRoss Light
2020-10-14net/http: return 505 status for rejected protocol versionDamien Neil
2020-09-06net/http: mark http/2 connections activeMichael Fraenkel
2020-09-01net/http: refactor ResponseWriter.ReadFrom to permit splice on LinuxPaul Forgey
2020-08-25net/http: handle Request.URL.RawPath in StripPrefixAndrew Gerrand
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