You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The request headers are not set in the response object. As shown in the example below, even though request headers were sent, the Headers object is empty in the response.
Actually, there is no API in libcurl for reading these builtin headers. I will need to patch curl itself to retrieve these values, please expect a longer fix time.
Describe the bug
The request headers are not set in the response object. As shown in the example below, even though request headers were sent, the Headers object is empty in the response.
To Reproduce
This also happens using a Session
Expected behavior
I expect the headers to be set.
Versions
The text was updated successfully, but these errors were encountered: