lib/http/protocol/http1/connection.rb in http-protocol-0.12.1 vs lib/http/protocol/http1/connection.rb in http-protocol-0.12.2

- old
+ new

@@ -176,10 +176,10 @@ # Read the data: chunk = @stream.read(length) # Consume the trailing CRLF: - crlf = @stream.read(2) + @stream.read(2) return chunk end def write_empty_body(body)