• Brad Fitzpatrick's avatar
    net/http, net/url: permit Request-URI "*" · a6701f26
    Brad Fitzpatrick authored
    Also, implement a global OPTIONS * handler, like Apache.
    
    Permit sending "*" requests to handlers, but not path-based
    (ServeMux) handlers.  That means people can go out of their
    way to support SSDP or SIP or whatever, but most users will be
    unaffected.
    
    See RFC 2616 Section 5.1.2 (Request-URI)
    See RFC 2616 Section 9.2 (OPTIONS)
    
    Fixes #3692
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/6868095
    a6701f26
Name
Last commit
Last update
api Loading commit data...
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...