sig/connection.rbs in httpx-0.22.2 vs sig/connection.rbs in httpx-0.22.3

- old
+ new

@@ -19,25 +19,25 @@ include Callbacks include HTTPX::Registry[String, Class] BUFFER_SIZE: Integer + attr_reader type: io_type attr_reader origin: URI::Generic attr_reader origins: Array[String] attr_reader state: Symbol attr_reader pending: Array[Request] attr_reader options: Options attr_writer timers: Timers - @type: io_type + attr_accessor family: Integer? + @window_size: Integer @read_buffer: Buffer @write_buffer: Buffer @inflight: Integer @keep_alive_timeout: Numeric? @total_timeout: Numeric? - - def clone_new_connection: () -> instance def addresses: () -> Array[ipaddr]? def addresses=: (Array[ipaddr]) -> void \ No newline at end of file