Skip to content

Regression: CURLINFO_REQUEST_SIZE returns 0 when the response is aborted #13269

Description

@ergonjona

I did this

curl_easy_getinfo(curlh, CURLINFO_REQUEST_SIZE, &request_size); on a request hat was aborted during the response (incomplete response).

I expected the following

request_size should be greater than 0.

This was the case with Version 8.6.0

curl/libcurl version

8.7.1

operating system

Linux la_luna 6.8.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:35 +0000 x86_64 GNU/Linux

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions