Skip to content

Refactor process_lost_frames into a separate function#2494

Open
antoniovicente wants to merge 1 commit into
masterfrom
antonio/process_lost
Open

Refactor process_lost_frames into a separate function#2494
antoniovicente wants to merge 1 commit into
masterfrom
antonio/process_lost

Conversation

@antoniovicente

Copy link
Copy Markdown
Contributor

send_single is already too long. We should think of processing of lost frames as a different operation

send_single is already too long.  We should think of processing of lost frames as a different operation
@antoniovicente antoniovicente requested a review from a team as a code owner May 22, 2026 22:36

@gregor-cf gregor-cf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, please!!! This is great.

Comment thread quiche/src/lib.rs
);

q.add_event_data_with_instant(ev_data, now)
q.add_event_data_with_instant(ev_data, _now)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should remove the underscore IMHO. If clippy complains that now is not used when qlog is disabled, I'd just add an annotation to send_single to allow unused args.

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