Skip to content

Conversation

@dtikhonov
Copy link
Collaborator

This is to make it easier to play with priorities and demonstrate the way lsquic implements RFC 9218.

This is to make it easier to play with priorities and demonstrate
the way lsquic implements RFC 9218.
@dtikhonov dtikhonov requested a review from Copilot November 27, 2025 13:21
Copilot finished reviewing on behalf of dtikhonov November 27, 2025 13:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR enhances the http_client tool to support sending the "priority: i" header for testing HTTP/3 extensible priorities (RFC 9218) and improves debugging output in the HTTP priority iterator.

  • Adds a new -N command-line flag to send "priority: i" header (incremental priority)
  • Improves logging in lsquic_hpi.c by adding priority and incremental info to debug output
  • Moves debug log from loop to the function that adds streams to show more context

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
src/liblsquic/lsquic_hpi.c Enhanced debug logging to include incremental flag and priority value; removed less informative log statement
bin/http_client.c Added -N flag and s_priority_incremental variable to send "priority: i" header; updated usage documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants