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

Fix race condition setting up p2p http proxy handler #47

Merged
merged 3 commits into from
Jul 10, 2023

Commits on Jul 7, 2023

  1. Fix race condition setting up p2p http proxy handler

    Don't limit p2p http streams to 2 MiB total bytes!
    ianopolous committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    43b1334 View commit details
    Browse the repository at this point in the history
  2. Add HttpObjectAggregator to http proxy target response receiver

    Make http proxy test check responses, and use 1 MB response size
    ianopolous committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    25ef969 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Simplify http proxy

    ianopolous committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4a0f5e0 View commit details
    Browse the repository at this point in the history