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
2024-02-29
net/http: remove Content-Length header in http.Error
Damien Neil
2024-02-26
net/http: allow multiple spaces between method and path in mux patterns
Jes Cok
2024-02-13
net/http: refine trailing-slash redirect logic
Jonathan Amsterdam
2024-02-12
net/http: remove superfluous newline on redirects
codesoap
2024-01-10
net: add available godoc link
cui fliter
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-11-21
net/http: use pointers to array for copyBufPool
Jorropo
2023-10-05
net/http: fix ServeMux pattern registration
Jonathan Amsterdam
2023-10-03
net/http: document new ServeMux patterns
Jonathan Amsterdam
2023-10-02
net/http: add a test for an empty ServeMux
Jonathan Amsterdam
2023-10-02
net/http: add GODEBUG setting for old ServeMux behavior
Jonathan Amsterdam
2023-09-25
net/http: unescape paths and patterns by segment
Jonathan Amsterdam
2023-09-19
net/http: explain why two patterns conflict
Jonathan Amsterdam
2023-09-19
net/http: index patterns for faster conflict detection
Jonathan Amsterdam
2023-09-15
net/http: handle MethodNotAllowed
Jonathan Amsterdam
2023-09-14
net/http: implement path value methods on Request
Jonathan Amsterdam
2023-09-13
net/http: give ServeMux.handler a better name
Jonathan Amsterdam
2023-09-13
net/http: add test for registration errors
Jonathan Amsterdam
2023-09-13
net/http: scale rstAvoidanceDelay to reduce test flakiness
Bryan C. Mills
2023-09-13
net/http: ServeMux handles extended patterns
Jonathan Amsterdam
2023-08-07
all: add a few more godoc links
Daniel Martí
2023-07-20
net/http: declare publicErr as a constant
Jes Cok
2023-06-16
net/http: check RemoteAddr isn't nil before dereferencing
Al Cutter
2023-05-24
net/http: second do not force the Content-Length header if nilled
Jorropo
2023-05-15
Revert "net/http: do not force the Content-Length header if nilled"
Austin Clements
2023-05-15
net/http: handle WriteHeader(101) as a non-informational header
Damien Neil
2023-05-15
net/http: do not force the Content-Length header if nilled
Laurent Senta
2023-03-07
net/http: support full-duplex HTTP/1 responses
Damien Neil
2023-02-22
net/http: remove warning when parsing a query containing a semicolon
Damien Neil
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
[prev]
[next]