sig/connection/http1.rbs in httpx-1.1.5 vs sig/connection/http1.rbs in httpx-1.2.0
- old
+ new
@@ -8,11 +8,12 @@
CRLF: String
attr_reader pending: Array[Request]
attr_reader requests: Array[Request]
+ attr_accessor max_concurrent_requests: Integer
+
@options: Options
- @max_concurrent_requests: Integer
@max_requests: Integer
@parser: Parser::HTTP1
@buffer: Buffer
@version: [Integer, Integer]
@handshake_completed: bool
\ No newline at end of file