Summary
urlx does not currently support TLS session resumption / session caching. This feature allows reuse of TLS session parameters across connections, reducing handshake overhead.
What needs to be done
- Implement TLS session caching/resumption
- Report
ssl-sessions in curl --version features output
- Support the
--ssl-session-file option if applicable
Exit criteria — curl tests that must pass
1 test is currently skipped with "curl lacks ssl-sessions support":
Test 777 must pass.
Summary
urlx does not currently support TLS session resumption / session caching. This feature allows reuse of TLS session parameters across connections, reducing handshake overhead.
What needs to be done
ssl-sessionsincurl --versionfeatures output--ssl-session-fileoption if applicableExit criteria — curl tests that must pass
1 test is currently skipped with "curl lacks ssl-sessions support":
Test 777 must pass.