• 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
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...