Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/http/fcgi: deadlock #6934

Closed
gopherbot opened this issue Dec 11, 2013 · 6 comments
Closed

net/http/fcgi: deadlock #6934

gopherbot opened this issue Dec 11, 2013 · 6 comments
Milestone

Comments

@gopherbot
Copy link

by altable8:

Request handlers deadlock while reading body if (*child) serve() returns before closing
writer.

Fix: In (*child) serve(), defer a check to close writers if not already closed. Also add
check to typeAbortRequest handler.
@rsc
Copy link
Contributor

rsc commented Mar 3, 2014

Comment 1:

Labels changed: added release-none.

Status changed to Accepted.

@griesemer
Copy link
Contributor

Comment 2:

Labels changed: added repo-main.

@evankroske
Copy link

Comment 3:

I'm working on this issue.

@gopherbot
Copy link
Author

Comment 4:

CL https://golang.org/cl/159780043 mentions this issue.

@bradfitz
Copy link
Contributor

Comment 5:

Labels changed: added release-go1.5, removed release-none.

@bradfitz bradfitz modified the milestone: Go1.5 Dec 16, 2014
@evankroske
Copy link

CL migrated to Gerrit: https://go-review.googlesource.com/#/c/1923/

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants