1
0
mirror of https://github.com/golang/go synced 2024-11-18 03:04:45 -07:00
The Go programming language
Go to file
David Symonds e6ff6c8e56 Fix http client handling of status messages with spaces (e.g. "HTTP/1.1 400 Bad
Request".
Use chunked Transfer-Encoding for all POSTs.
Implement chunked reading.
Change http.Request.write to be HTTP/1.1 only.

R=rsc
APPROVED=rsc
DELTA=178  (123 added, 26 deleted, 29 changed)
OCL=30563
CL=30673
2009-06-23 18:49:47 -07:00
doc fix for conversion rule 2009-06-19 13:03:01 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib tweak the newlines so the headers stand out better. 2009-06-22 14:18:23 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src Fix http client handling of status messages with spaces (e.g. "HTTP/1.1 400 Bad 2009-06-23 18:49:47 -07:00
test canonicalize bug122.go 2009-06-22 14:40:08 -07:00
usr - install gofmt in src/cmd/gofmt 2009-06-16 12:03:32 -07:00