aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/cgi/host_test.go
AgeCommit message (Expand)Author
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-03-04net/http/cgi: close res.Bodyguoguangwu
2024-01-04net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...Bryan C. Mills
2023-11-07net/http/cgi: eliminate use of Perl in testsaimuz
2023-11-06net/http/cgi: the PATH_INFO should be empty or start with a slashaimuz
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-09-06net/http/cgi: use strings.Buildercuiweixie
2022-08-10net/http/cgi: remove port from the CGI environment of variable SERVER_NAMEhopehook
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2019-10-02net/http/cgi: skip tests if not functional perlKyohei Kadota
2018-06-04net: add js/wasm architectureRichard Musiol
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2016-07-18[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick
2016-03-29net/http/cgi: allow CGI host to configure where child's stderr goesBrad Fitzpatrick
2015-10-15net/http/cgi: optimize internal function removeLeadingDuplicates a bitBrad Fitzpatrick
2015-10-14net/http/cgi: make provided Env override even system env varsSteven Hartland
2015-02-18net/http/cgi: fix REMOTE_ADDR, REMOTE_HOST, add REMOTE_PORTAlex Sergeyev
2014-09-08build: move package sources from src/pkg to srcRuss Cox