aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/fcgi/fcgi_test.go
AgeCommit message (Expand)Author
2023-07-11net/http/fcgi: eliminate goroutine leaks in testsBryan C. Mills
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2021-04-16net/http/fcgi: eliminate race, keep request id until end of stdinHilko Bengen
2021-01-26net/http/fcgi: remove locking added to prevent a test-only raceHilko Bengen
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-14net/http/cgi,net/http/fcgi: add Content-Type detectionRoberto Clapis
2017-04-13net/http/fcgi: expose cgi env vars in request contextMeir Fischer
2015-09-27net/http/fcgi: fix panic with malformed params recordDidier Spezia
2015-03-02net/http/fcgi: fix testDmitry Vyukov
2015-01-19net/http/fcgi: Fix resource leaksEvan Kroske
2014-09-08build: move package sources from src/pkg to srcRuss Cox