Skip to content

Commit

Permalink
#1 puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 4, 2018
1 parent 84a61dc commit d73f4da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/org/cactoos/http/HtBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.1
* @todo #1:30min The implementation of method stream() is less than
* effective, because it reads the entire content of the response, turning
* it into text and then splitting. What if the content is binary and
* can't be converted to string? What if the content is super big
* and must be presented as an stream, not a piece of text. Let's fix
* it.
*/
public final class HtBody implements Input {

Expand Down

1 comment on commit d73f4da

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d73f4da Apr 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-94e51014 discovered in src/main/java/org/cactoos/http/HtBody.java and submitted as #3. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.