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
/
fcgi
Age
Commit message (
Expand
)
Author
2024-01-10
net: add available godoc link
cui fliter
2023-07-11
net/http/fcgi: eliminate goroutine leaks in tests
Bryan C. Mills
2022-04-08
all: consistently use US spelling of present participles
Daniel MartÃ
2021-04-16
net/http/fcgi: eliminate race, keep request id until end of stdin
Hilko Bengen
2021-01-26
net/http/fcgi: remove locking added to prevent a test-only race
Hilko Bengen
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-14
net/http/cgi,net/http/fcgi: add Content-Type detection
Roberto Clapis
2020-09-02
net/http/fcgi: fix race in child.serve connection read
Tzu-Chiao Yeh
2018-02-13
net/http/fcgi: update URL to spec documentation
Brad Fitzpatrick
2017-04-13
net/http/fcgi: expose cgi env vars in request context
Meir Fischer
2016-11-07
net/http/fcgi: fix link to protocol docs
Brad Fitzpatrick
2016-03-25
all: delete dead non-test code
Dominik Honnef
2015-09-27
net/http/fcgi: fix panic with malformed params record
Didier Spezia
2015-07-11
net/http/fcgi: fix race between serveRequest and cleanUp
Brad Fitzpatrick
2015-03-02
net/http/fcgi: fix test
Dmitry Vyukov
2015-01-19
net/http/fcgi: Fix resource leaks
Evan Kroske
2014-09-08
build: move package sources from src/pkg to src
Russ Cox