lib/http/protocol/http11/connection.rb in http-protocol-0.4.0 vs lib/http/protocol/http11/connection.rb in http-protocol-0.5.0
- old
+ new
@@ -23,12 +23,9 @@
module HTTP
module Protocol
module HTTP11
class Connection
CRLF = "\r\n".freeze
- CONNECTION = 'connection'.freeze
- HOST = 'host'.freeze
- CLOSE = 'close'.freeze
VERSION = "HTTP/1.1".freeze
def initialize(stream, persistent = true)
@stream = stream