• Brad Fitzpatrick's avatar
    net/http/httputil: tell people not to use ClientConn and ServerConn · 9f2e1efd
    Brad Fitzpatrick authored
    A very smart developer at Gophercon just asked me to help debug
    a problem and I was horrified to learn that he was using httputil's
    ClientConn. I forgot ClientConn and ServerConn were even included
    in Go 1! They should've been deleted.
    
    Scare people away from using them. The net/http package does
    not use them and they're unused, unmaintained and untouched in
    4+ years.
    
    LGTM=r
    R=r, adg
    CC=golang-codereviews
    https://golang.org/cl/92790043
    9f2e1efd
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...