1
0
mirror of https://github.com/golang/go synced 2024-10-07 09:21:23 -06:00
go/src/pkg/http
Brad Fitzpatrick 2aaabfc828 http: handle unchunked, un-lengthed HTTP/1.1 responses
Fixes #716

This CL simply resumes the previous CL in-flight at
https://golang.org/cl/906042/

R=rsc, petar-m, dsymonds
CC=golang-dev
https://golang.org/cl/4157042
2011-02-08 20:35:02 -08:00
..
pprof http: revised http Handler interface 2010-09-29 14:30:12 +10:00
testdata http: ServeFile to handle Range header for partial requests 2010-12-10 08:51:13 +11:00
chunked.go Significant extension to http.Response, which now adheres to the 2010-01-18 21:46:59 -08:00
client_test.go http: client_test nil pointer fix 2010-06-30 18:57:27 +10:00
client.go http: follow relative redirect in Get 2011-01-20 12:50:27 -05:00
dump.go http: add DumpRequest, DumpResponse, for debugging 2010-02-19 07:51:51 -08:00
fs_test.go http: fix Content-Range and Content-Length in response 2011-01-19 10:05:48 -05:00
fs.go http: fix Content-Range and Content-Length in response 2011-01-19 10:05:48 -05:00
lex_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
lex.go single argument panic 2010-03-30 10:34:57 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
persist.go http: add Pending method to ServerConn, ClientConn 2010-02-19 08:21:21 -08:00
readrequest_test.go http: fix scheme-relative URL parsing; add ParseRequestURL 2011-01-14 09:10:02 +11:00
request_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
request.go http: fix scheme-relative URL parsing; add ParseRequestURL 2011-01-14 09:10:02 +11:00
requestwrite_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
response_test.go http: handle unchunked, un-lengthed HTTP/1.1 responses 2011-02-08 20:35:02 -08:00
response.go http: permit empty Reason-Phrase in response Status-Line 2011-01-05 13:09:38 -05:00
responsewrite_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
serve_test.go http: add host patterns 2011-02-01 13:58:59 -05:00
server.go log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
status.go http: revised http Handler interface 2010-09-29 14:30:12 +10:00
transfer.go http: handle unchunked, un-lengthed HTTP/1.1 responses 2011-02-08 20:35:02 -08:00
triv.go os: implement new Process api 2011-02-04 14:41:26 +11:00
url_test.go http: support for relative URLs 2011-01-19 15:13:42 -05:00
url.go http: support for relative URLs 2011-01-19 15:13:42 -05:00