Skip to content
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

request: clear sendbuf_hds_len when resetting request bufq #16573

Closed
wants to merge 1 commit into from

Conversation

Aearsis
Copy link
Contributor

@Aearsis Aearsis commented Mar 5, 2025

Without this, any usage of sendbuf_hds_len on a retried request is wrong. We noticed by getting debug callbacks with incorrect header len. We did not figure out how to trigger the retries in a test environment though.

@icing
Copy link
Contributor

icing commented Mar 5, 2025

This looks like a good fix. Thanks!

@icing
Copy link
Contributor

icing commented Mar 5, 2025

Do you want to rebase this for conflict resolution or should I make another PR with your diff here?

Without this, any usage of sendbuf_hds_len on a retried request is wrong. We
noticed by getting debug callbacks with incorrect header len. We did not figure
out how to trigger the retries in a test environment though.
@Aearsis
Copy link
Contributor Author

Aearsis commented Mar 5, 2025

Ugh, wondering how that happened - I'd swear I rebased just before pushing. Anyway, let's try again.

@bagder bagder closed this in 5a3fe98 Mar 5, 2025
@bagder
Copy link
Member

bagder commented Mar 5, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants