-
Notifications
You must be signed in to change notification settings - Fork 203
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
CapInputStream.java:37-40: CapInputStream should delegate all standard... #575
Comments
@yegor256 milestone set to |
@original-brownbear please go ahead with this task, it's yours |
… CapinputStream
@original-brownbear thanks for that |
@davvd fix merged, can you please close this ? :) |
@davvd ping :) |
@yegor256 Closing this issue now... |
@ypshenychka please, review this issue for QA compliance, as per par.24 |
@davvd Quality is good. |
@ypshenychka thanks! |
@original-brownbear paied 10 mins to @ypshenychka for QA review (payment ID is Thanks a lot, I just topped your account for 38 mins, transaction ID there is a bonus for fast delivery (m=4062) added +38 to your rating, now it is equal to +632 |
Puzzle
254-d68bc52e
insrc/main/java/org/takes/rq/CapInputStream.java:37-40
has to be resolved: CapInputStream should delegate all standard InputStream calls to it's origin. It's very important in context of closing stream - right code should close the stream but default InputStream implementation just throws IOException... The puzzle was created by Andrey Eliseev on 22-Jan-2016.If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code.
The text was updated successfully, but these errors were encountered: