Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

martian: move TLS handshake from forwarder.Listener #941

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Commits on Oct 15, 2024

  1. net: remove TLS handshake timeout from listener

    Listener is not the right place to do the handshake. It may block main accept loop.
    Choraden committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d5e6021 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. martian: add support for TLSHandshakeTimeout

    Martian Proxy will explicitly do the handshake if accepted connection is tls.Conn.
    Choraden committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    06a73d5 View commit details
    Browse the repository at this point in the history