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