Skip to content

feat: add TLS session resumption (ssl-sessions) support #73

@jonwiggins

Description

@jonwiggins

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":

  • 777

Test 777 must pass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    optioAssigned to Optio AI agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions