-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
HTTP/2feature-windowA merge of this requires an open feature windowA merge of this requires an open feature window
Description
I did this
Send an upload to a server using HTTP/2 without the size set before-hand. (If the size is set, it is limited to 64bit.) due to the logic that still decreases the "upload left" counter even when the size is unknown, it may reach zero accidentally after 2^64 bytes have been transferred even if the transfer hasn't actually ended.
I expected the following
curl should allow the upload stream to go on forever.
curl/libcurl version
all
operating system
all
Note: I have a patch in progress for this already, but I'm holding it off until after the pending release to give it more time to mature.
Metadata
Metadata
Assignees
Labels
HTTP/2feature-windowA merge of this requires an open feature windowA merge of this requires an open feature window