]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: tell people not to use ClientConn and ServerConn
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 27 Apr 2014 05:14:39 +0000 (22:14 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 27 Apr 2014 05:14:39 +0000 (22:14 -0700)
commit9f2e1efd725036c2d71a5d5df39ffe42b12e9383
treef7cfbba5f76ff4cafc64a858ebee76b57da31334
parent4c129c083bd74dcd3192582551e168cde02e7914
net/http/httputil: tell people not to use ClientConn and ServerConn

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
src/pkg/net/http/httputil/persist.go