lib/httpx/connection/http1.rb in httpx-0.6.2 vs lib/httpx/connection/http1.rb in httpx-0.6.3
- old
+ new
@@ -7,9 +7,11 @@
include Callbacks
include Loggable
CRLF = "\r\n"
+ attr_reader :pending
+
def initialize(buffer, options)
@options = Options.new(options)
@max_concurrent_requests = @options.max_concurrent_requests
@max_requests = Float::INFINITY
@parser = Parser::HTTP1.new(self)