• Russ Cox's avatar
    http: delete error kludge · 03582b33
    Russ Cox authored
    The kludge is targeted at broken web browsers
    like Chrome and IE, but it gets in the way of
    sending 400 or 500-series error results with
    formatted bodies in response to AJAX requests
    made by pages executing in those browsers.
    
    Now the AJAX cases will work and Chrome
    and IE will be as broken with Go servers as
    they are with all the other servers.
    
    Fixes #2169.
    
    R=bradfitz, dsymonds
    CC=golang-dev
    https://golang.org/cl/4930047
    03582b33
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...