commit | b32ad8bff5be1170e044d6a7a9e34f56e1990ce9 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Tue May 24 09:02:01 2011 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue May 24 09:02:01 2011 -0700 |
tree | 0e25943499d41df3b92e6a2db1d1af6eeba09902 | |
parent | 3933cb2371d6a0ffbd5d6bb47435bde4006fb917 [diff] |
http: Client test for streaming responses (no code changes) I had a report that this was broken. It seems fine. I think the reporter was just never flushing their response headers. If I omit the test server's initial Flush I get the same behavior as reported. (a hang at Client.Get) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4552062