Rainer Orth writes:
>> This libgo patch brings over a patch to the master Go library to inherit
>> environment variables in http/cgi. This should fix PR go/48503.
>
> not really :-) It needs the following supplement to handle Solaris and
> IRIX. I'm not only including LD_LIBRARY_PATH (although
Ian,
> This libgo patch brings over a patch to the master Go library to inherit
> environment variables in http/cgi. This should fix PR go/48503.
not really :-) It needs the following supplement to handle Solaris and
IRIX. I'm not only including LD_LIBRARY_PATH (although this would suffice
for
This libgo patch brings over a patch to the master Go library to inherit
environment variables in http/cgi. This should fix PR go/48503.
Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
Committed to mainline.
Ian
diff -r 9457f9a2e900 libgo/go/http/cgi/host.go
--- a/libgo/go/http/cg