lib/httpx/connection/http1.rb in httpx-1.0.1 vs lib/httpx/connection/http1.rb in httpx-1.0.2

- old
+ new

@@ -5,10 +5,10 @@ module HTTPX class Connection::HTTP1 include Callbacks include Loggable - MAX_REQUESTS = 100 + MAX_REQUESTS = 200 CRLF = "\r\n" attr_reader :pending, :requests def initialize(buffer, options)