]> Cypherpunks repositories - gostls13.git/commit
undo CL 6112054 / 2eec2501961c
authorRuss Cox <rsc@golang.org>
Tue, 22 May 2012 17:56:40 +0000 (13:56 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 22 May 2012 17:56:40 +0000 (13:56 -0400)
commit3d03ec88963e93d15a9dec53b4ba61fda75c603b
tree3c565e7cd3052ab6e587d7e0ea3ed76707f85072
parent77f00e5e5ae39443174351ea514bbdf02ad59edd
undo CL 6112054 / 2eec2501961c

Now that we've fixed the Expect: test, this CL should be okay.

««« original CL description
net/http: revert 97d027b3aa68

Revert the following change set:

        changeset:   13018:97d027b3aa68
        user:        Gustavo Niemeyer <gustavo@niemeyer.net>
        date:        Mon Apr 23 22:00:16 2012 -0300
        summary:     net/http: allow clients to disable keep-alive

This broke a test on Windows 64 and somebody else
will have to check.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6112054
»»»

Fixes #3540.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6228046
src/pkg/net/http/request.go
src/pkg/net/http/serve_test.go
src/pkg/net/http/server.go