go/src/pkg/net/http/httputil
Russ Cox 2666b815a3 use new strconv API
All but 3 cases (in gcimporter.go and hixie.go)
are automatic conversions using gofix.

No attempt is made to use the new Append functions
even though there are definitely opportunities.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5447069
2011-12-05 15:48:46 -05:00
..
Makefile httputil: move dump and chunking functions out of http 2011-11-03 18:12:51 -07:00
chunked.go use new strconv API 2011-12-05 15:48:46 -05:00
chunked_test.go http: make httputil's chunked reader/writer code a direct copy 2011-11-09 14:55:52 +11:00
dump.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
dump_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00
persist.go various: reduce overuse of os.EINVAL + others 2011-11-13 22:42:42 -05:00
reverseproxy.go use new time API 2011-11-30 12:01:46 -05:00
reverseproxy_test.go renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* 2011-11-08 15:41:54 -08:00