Skip to content

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

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/http-partial-header-send
Closed

http: show the request as headers even when split-sending#6328
bagder wants to merge 1 commit into
masterfrom
bagder/http-partial-header-send

Conversation

@bagder

@bagder bagder commented Dec 15, 2020

Copy link
Copy Markdown
Member

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 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.

1 participant