Skip to content

Commit

Permalink
Turn off debugging output in httpcli2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jan 22, 2009
1 parent 421ff85 commit 4269ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/protocols/httpcli2.rb
Expand Up @@ -134,7 +134,7 @@ def receive_chunk_header ln
end
else
# We correctly come here after each chunk gets read.
p "Got A BLANK chunk line"
# p "Got A BLANK chunk line"
end

end
Expand All @@ -144,7 +144,7 @@ def receive_chunk_header ln
# We get a single chunk. Append it to the incoming content and switch back to line mode.
#
def receive_chunked_text text
p "RECEIVED #{text.length} CHUNK"
# p "RECEIVED #{text.length} CHUNK"
(@content ||= []) << text
end

Expand Down

0 comments on commit 4269ce3

Please sign in to comment.