]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: preserve env vars on illumos
authorTobias Klauser <tklauser@distanz.ch>
Tue, 20 Oct 2020 11:36:57 +0000 (13:36 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 20 Oct 2020 14:04:18 +0000 (14:04 +0000)
commit0709e58bee0b268ee2a11629f44e352c41339443
tree6419a3ca0269c08437dc6c3b3178b7f5d4322303
parentfeb984c96b10900daade4b47c4d308d7dd4ed5c3
net/http/cgi: preserve env vars on illumos

Preserve the same environment variables as on solaris.

Spotted while reviewing CL 263577.

Change-Id: Id479dcf83d6231e9ef1fd2404b400d10082e1d0b
Reviewed-on: https://go-review.googlesource.com/c/go/+/263802
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/http/cgi/host.go