mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
7c5637b8b4
- add parameter to `conn_is_alive()` cfilter method that returns if there is input data waiting on the connection - refrain from re-using connnection from the cache that have input pending - adapt http/2 and http/3 alive checks to digest pending input to check the connection state - remove check_cxn method from openssl as that was just doing what the socket filter now does. - add tests for connection reuse with special server configs Closes #10690 |
||
---|---|---|
.. | ||
mod_curltest | ||
__init__.py | ||
caddy.py | ||
certs.py | ||
curl.py | ||
env.py | ||
httpd.py | ||
nghttpx.py | ||
ports.py |