Open mila opened 1 year ago
HTTPProtocol
implementations have is_available()
and has_expired()
methods. I am not sure that this is the best API. If we use methods like this, we should make sure that they reflect events consumed from next_event()
, not just buffered based on received data.
hface client maintains pools of connections to different hosts, but I am not sure that the pooling properly handles app possible. circumstances:
Connection: close
Content-Length
MAX_CONCURRENT_STREAMS
for HTTP/2 andMAX_STREAMS
for HTTP/3