]> Cypherpunks repositories - gostls13.git/commit
undo CL 5414048 / f6b994f33cf4
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:08:18 +0000 (17:08 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:08:18 +0000 (17:08 -0500)
commit2c6d3eaf78c9314fe49a550e765def95463179e8
treecdc39642be53f399cd76a019dd3707c1566aab9a
parent5fb7e5b482eba62a78738866c536ef04f0696809
undo CL 5414048 / f6b994f33cf4

breaks build

««« original CL description
http: close connection after printing panic stack trace
In a testing situation, it's possible for a local http
server to panic and the test exit without the stack trace
ever being printed.
Fixes #2480.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5414048

»»»

R=bradfitz
CC=golang-dev
https://golang.org/cl/5482061
src/pkg/net/http/server.go