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

http: show the request as headers even when split-sending #6328

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Dec 15, 2020

When the initial request isn't possible to send in its entirety, the
remainder of request would be delivered to the debug callback as data
and would wrongly be counted internally as body-bytes sent.

Extended test 1295 to verify.

@bagder bagder added the HTTP label Dec 15, 2020
@bagder bagder force-pushed the bagder/http-partial-header-send branch 2 times, most recently from 665ec5d to c866dff Compare December 16, 2020 07:50
bagder added a commit that referenced this pull request Dec 16, 2020
When the initial request isn't possible to send in its entirety, the
remainder of request would be delivered to the debug callback as data
and would wrongly be counted internally as body-bytes sent.

Extended test 1295 to verify. Updated test 579.

Closes #6328
@bagder bagder force-pushed the bagder/http-partial-header-send branch from 7428dff to b9579b8 Compare December 16, 2020 13:39
When the initial request isn't possible to send in its entirety, the
remainder of request would be delivered to the debug callback as data
and would wrongly be counted internally as body-bytes sent.

Extended test 1295 to verify.

Closes #6328
@bagder bagder force-pushed the bagder/http-partial-header-send branch from b9579b8 to eb4cde1 Compare December 16, 2020 14:09
@bagder bagder closed this in a5bc272 Dec 17, 2020
@bagder bagder deleted the bagder/http-partial-header-send branch December 17, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant