Skip to content

fix: move HTTP/3 cache I/O off runtime workers#855

Merged
ryanfowler merged 1 commit into
mainfrom
fix/async-http3-cache-io
Jul 12, 2026
Merged

fix: move HTTP/3 cache I/O off runtime workers#855
ryanfowler merged 1 commit into
mainfrom
fix/async-http3-cache-io

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • move HTTP/3 cache filesystem operations onto Tokio's blocking pool
  • return cached candidates before best-effort recency maintenance and rate-limit timestamp writes
  • schedule global pruning process-wide in a background blocking task
  • update HTTP/3 cache call sites and async tests

Validation

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib http3_cache::

@ryanfowler ryanfowler enabled auto-merge July 12, 2026 01:36
@ryanfowler ryanfowler merged commit b143927 into main Jul 12, 2026
4 checks passed
@ryanfowler ryanfowler deleted the fix/async-http3-cache-io branch July 12, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant