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

Sync internal commits (2024-10-18, part 2) #437

Merged
merged 3 commits into from
Oct 18, 2024

Commits on Oct 11, 2024

  1. Add into_inner() for HTTP client and server

    This adds the into_inner() function to the stream type, allowing
    the HTTP/1.1 client and server to be turned back into a stream.
    
    These functions are useful for implementing HTTP CONNECT or
    HTTP Upgrade.
    
    Includes-commit: 95aa770
    Replicated-from: #412
    sargun authored and gumpt committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    791183d View commit details
    Browse the repository at this point in the history
  2. Auto snake case set-cookie header

    For consistency when proxying h2 traffic to h1.
    eaufavor committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d93f2bc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. windows: fixes for building pingora-core

    Includes-commit: 5b5f2ae
    Replicated-from: #429
    fredr authored and eaufavor committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6456d2f View commit details
    Browse the repository at this point in the history