• Brad Fitzpatrick's avatar
    http: include Host header in requests, even with proxies · e4b94224
    Brad Fitzpatrick authored
    A user pointed out that Go didn't work with their
    corp proxy, always throwing 400 Bad Request errors.
    
    Looking at the RFC 2616, Host is always required,
    even with proxies.
    
    The old code assumed that writing an absolute URL
    in the first line of an HTTP request implied
    that the Host header was no longer necessary.
    
    Double-checked behavior with curl.
    
    R=golang-dev, dsymonds
    CC=golang-dev
    https://golang.org/cl/4539075
    e4b94224
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...