Skip to content

Skip empty data frames, update crates - #79

Merged
blind-oracle merged 1 commit into
mainfrom
igor/skip-empty-data-frames
Sep 3, 2026
Merged

Skip empty data frames, update crates#79
blind-oracle merged 1 commit into
mainfrom
igor/skip-empty-data-frames

Conversation

@blind-oracle

@blind-oracle blind-oracle commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Empty (non-final) DATA frames violate HTTP/2 protocol and cause various problems with recent h2 crate versions

@blind-oracle
blind-oracle requested review from a team as code owners September 3, 2026 14:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

Dependency updates and HTTP/2 streaming behavior require final human review.

Pull request overview

Prevents invalid empty non-final HTTP/2 DATA frames and updates Rust dependencies.

Changes:

  • Filters empty response chunks before frame emission.
  • Adds tests for filtering and error propagation.
  • Updates direct and transitive crates.
File summaries
File Description
packages/ic-http-gateway-protocol/src/response/response_handler.rs Skips empty streamed DATA frames and adds tests.
Cargo.toml Updates workspace dependency versions.
Cargo.lock Locks updated transitive dependencies.
Review details
  • Files reviewed: 2/3 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@blind-oracle
blind-oracle merged commit a51a255 into main Sep 3, 2026
7 checks passed
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.

3 participants