这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/pingora
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: iwatakeshi/pingora
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 357 files changed
  • 1 contributor

Commits on Nov 19, 2025

  1. feat: Add hot restart enhancements with connection tracking

    - Add ConnectionCounter module with lock-free atomic counters for HTTP, WebSocket, gRPC, and SSE
    - Implement RAII-based ConnectionGuard for automatic cleanup with panic safety
    - Enhance graceful shutdown with adaptive polling (500ms for long-lived, 100ms for short-lived)
    - Add WebSocket detection utilities compliant with RFC 6455
    - Add connection type classification for intelligent drain strategies
    - Add progress reporting during shutdown with 5-second intervals
    - Add comprehensive concurrency tests validating thread-safe operation
    - Add example implementation in connection_tracking_server.rs
    - Add documentation in docs/user_guide/hot_restart.md
    iwatakeshi committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    308cc33 View commit details
    Browse the repository at this point in the history
  2. chore: Update httparse constraint from =1.8.0 to ^1.8

    Allow httparse >= 1.8 to fix compatibility with AWS SDK dependencies that require httparse >= 1.9
    iwatakeshi committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    359cea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdba48f View commit details
    Browse the repository at this point in the history
Loading