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
2022-08-09
net/http: remove unused method needsSniff
Abirdcfly
2022-08-08
net/http: change conn.curReq type to atomic.Pointer[response]
Ludi Rehak
2022-07-08
net/http: wait for listeners to exit in Server.Close and Shutdown
Damien Neil
2022-05-17
net/http: allow sending 1xx responses
Kévin Dunglas
2022-05-11
Revert "net/http: close accepted connection"
Alexander Yastrebov
2022-05-09
net/http: close accepted connection
Alexander Yastrebov
2022-04-15
net/http: optimize StatusText implementation
João Penteado
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
all: consistently use US spelling of present participles
Daniel Martí
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-12-21
net/http: fix link to ResponseWriter trailer example
Reilly Watson
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-12
net/http: do not send Transfer-Encoding: identity in responses
Damien Neil
2021-11-09
net/http: add MaxBytesHandler
Carl Johnson
2021-11-05
net/http: distinguish between timeouts and client hangups in TimeoutHandler
Charlie Getzen
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-10-14
net/http: also use Server.ReadHeaderTimeout for TLS handshake deadline
Brad Fitzpatrick
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-02
net/http: close request body after recovering from a handler panic
Damien Neil
2021-06-15
net/http: improve some server docs
Filippo Valsorda
2021-06-09
net/http: add AllowQuerySemicolons
Filippo Valsorda
2021-06-09
net/url: reject query values with semicolons
Katie Hockman
2021-06-04
net/http: fix ResponseWriter.ReadFrom with short reads
Damien Neil
2021-05-03
net/http: use relative path in Location redirect
Roland Shoemaker
2021-04-16
net/http: make ReadRequest return an error when requests have multiple Host h...
ian woolf
2021-04-16
net/http: add to deadlines only when positive
Joshua Harshman
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2021-03-13
all: remove duplicate words
John Bampton
2020-12-17
crypto/tls: revert "add HandshakeContext method to Conn"
Johan Brandhorst
2020-12-01
net/http: allow upgrading non keepalive connections
Anmol Sethi
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-10-27
net/http: use exponential backoff for polling in Server.Shutdown
Dan Peterson
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: document concurrency expectations for Request.Body
Ross Light
2020-10-14
net/http: return 505 status for rejected protocol version
Damien Neil
2020-09-06
net/http: mark http/2 connections active
Michael Fraenkel
2020-09-01
net/http: refactor ResponseWriter.ReadFrom to permit splice on Linux
Paul Forgey
2020-08-25
net/http: handle Request.URL.RawPath in StripPrefix
Andrew Gerrand
2020-07-14
net/http: synchronize "100 Continue" write and Handler writes
Russ Cox
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2020-04-21
net/http: fix Server.Shutdown race where it could miss an active connection
Brad Fitzpatrick
2020-03-15
net/http: use atomicBool for inShutdown
Robert Kuska
2019-11-21
net/http: fix Server.ConnContext modifying context for all new connections
Roman Kollár
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-10-25
net/http: fix comment TimeoutHandler no longer supports Flusher
pokutuna
2019-10-21
net/http: remove parseURL variable
Dmitri Shuralyov
2019-10-21
net/http: make TimeoutHandler log spurious WriteHeader calls
Emmanuel T Odeke
[prev]
[next]