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

bufio: ReadByte goes into endless loop if underlying reader does not return any bytes #7745

Closed
griesemer opened this issue Apr 9, 2014 · 5 comments
Milestone

Comments

@griesemer
Copy link
Contributor

Run the following program outside the playground: http://play.golang.org/p/eDopxGEWl2

The program times out. Instead one would expect an io.ErrNoProgress error.
@gopherbot
Copy link

Comment 1:

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

@griesemer
Copy link
Contributor Author

Comment 2:

This issue was closed by revision 34a21dc.

Status changed to Fixed.

@bradfitz
Copy link
Contributor

Comment 3:

Status changed to Accepted.

@gopherbot
Copy link

Comment 4:

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

@griesemer
Copy link
Contributor Author

Comment 5:

This issue was closed by revision 7b6bc3e.

Status changed to Fixed.

@griesemer griesemer self-assigned this Apr 11, 2014
@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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

4 participants