aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2023-02-14all: fix some commentscui fliter
2023-02-10Revert "io: allocate copy buffers from a pool"Damien Neil
2023-01-31io: allocate copy buffers from a poolDamien Neil
2023-01-27net/http: fix missing word in ServeMux docOleksii Sholik
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil
2022-09-29net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...cuiweixie
2022-09-19net/http: convert Server.disableKeepAlives to atomic typecuiweixie
2022-09-09net/http: convert allowQuerySemicolonsInUse to atomic typecui fliter
2022-09-05net/http: don't time out idle server connections after ReadHeaderTimeoutEliza Weisman
2022-08-24net/http: remove unused doneChanAlexander Yastrebov
2022-08-15net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *Alexander Yastrebov
2022-08-12all: replace hand-rolled atomicBool types with atomic.BoolLudi Rehak
2022-08-09net/http: remove unused method needsSniffAbirdcfly
2022-08-08net/http: change conn.curReq type to atomic.Pointer[response]Ludi Rehak
2022-07-08net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2022-05-11Revert "net/http: close accepted connection"Alexander Yastrebov
2022-05-09net/http: close accepted connectionAlexander Yastrebov
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