-
Notifications
You must be signed in to change notification settings - Fork 43
Double check that read_buf is properly implemented. #137
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
Conversation
WalkthroughThis pull request adds rust-overlay to the Nix flake configuration and consolidates Rust tooling into a single rust-toolchain derivation with rust-src and rust-analyzer extensions targeting wasm32-unknown-unknown. Across multiple web-transport modules (quiche, trait, wasm, ws, quinn), pattern matching in RecvStream read operations was refined to treat zero-byte or empty reads as end-of-stream (None) instead of returning empty data chunks. Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
🧰 Additional context used🧬 Code graph analysis (3)web-transport/src/quinn.rs (2)
web-transport-ws/src/session.rs (2)
web-transport-trait/src/lib.rs (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (10)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
and some nix stuff