lib/http/protocol/http1/connection.rb in http-protocol-0.17.0 vs lib/http/protocol/http1/connection.rb in http-protocol-0.17.1

- old
+ new

@@ -98,9 +98,12 @@ @stream.flush return @stream end + # Deprecated. + alias hijack hijack! + # Close the connection and underlying stream. def close @stream.close end