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
2023-02-14
all: fix some comments
cui fliter
2023-02-10
Revert "io: allocate copy buffers from a pool"
Damien Neil
2023-01-31
io: allocate copy buffers from a pool
Damien Neil
2023-01-27
net/http: fix missing word in ServeMux doc
Oleksii Sholik
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-10
net/http: add ResponseController and per-handler timeouts
Damien Neil
2022-09-29
net/http: using strings.CutPrefix replace strings.HasPrefix and strings.TrimP...
cuiweixie
2022-09-19
net/http: convert Server.disableKeepAlives to atomic type
cuiweixie
2022-09-09
net/http: convert allowQuerySemicolonsInUse to atomic type
cui fliter
2022-09-05
net/http: don't time out idle server connections after ReadHeaderTimeout
Eliza Weisman
2022-08-24
net/http: remove unused doneChan
Alexander Yastrebov
2022-08-15
net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *
Alexander Yastrebov
2022-08-12
all: replace hand-rolled atomicBool types with atomic.Bool
Ludi Rehak
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
[next]