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

proxy/http: Avoid getting stuck when using server-first protocols #1517

Merged
merged 2 commits into from Jun 25, 2022

Commits on Jun 25, 2022

  1. proxy/http: Avoid getting stuck when using server-first protocols

    PR v2fly#99 reduces an extra RTT when setting up the CONNECT tunnel
    via http proxy, however, server-first protocols (such as MySQL)
    will be unusable as v2ray keeps to wait for the client request.
    This commit solves the problem by limiting the maximum waiting
    time to 50 ms.
    lrh2000 authored and xiaokangwang committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    17d8526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396ee77 View commit details
    Browse the repository at this point in the history