mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
gofmt -s -w src misc
R=r, rsc CC=golang-dev https://golang.org/cl/2662041
This commit is contained in:
parent
f613015e0e
commit
3478891d12
121 changed files with 8388 additions and 8388 deletions
|
|
@ -16,7 +16,7 @@ type respWriteTest struct {
|
|||
|
||||
var respWriteTests = []respWriteTest{
|
||||
// HTTP/1.0, identity coding; no trailer
|
||||
respWriteTest{
|
||||
{
|
||||
Response{
|
||||
StatusCode: 503,
|
||||
ProtoMajor: 1,
|
||||
|
|
@ -32,7 +32,7 @@ var respWriteTests = []respWriteTest{
|
|||
"abcdef",
|
||||
},
|
||||
// Unchunked response without Content-Length.
|
||||
respWriteTest{
|
||||
{
|
||||
Response{
|
||||
StatusCode: 200,
|
||||
ProtoMajor: 1,
|
||||
|
|
@ -47,7 +47,7 @@ var respWriteTests = []respWriteTest{
|
|||
"abcdef",
|
||||
},
|
||||
// HTTP/1.1, chunked coding; empty trailer; close
|
||||
respWriteTest{
|
||||
{
|
||||
Response{
|
||||
StatusCode: 200,
|
||||
ProtoMajor: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue