We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call curl_easy_header with the CURLH_PSEUDO origin, either alone or in a bitmask of other origins.
curl_easy_header
CURLH_PSEUDO
To receive a pointer to the header struct. Instead libcurl returns CURLHE_BAD_ARGUMENT. It looks like pseudo headers were omitted from a sanity check: https://github.com/curl/curl/blob/master/lib/headers.c#L77
CURLHE_BAD_ARGUMENT
libcurl/7.84.0 OpenSSL/3.0.4 (Schannel) zlib/1.2.12 brotli/1.0.9 libidn2/2.3.2 libssh2/1.10.0 nghttp2/1.48.0 ngtcp2/0.6.0 nghttp3/0.5.0 libgsasl/1.10.0
Windows 10 x64
The text was updated successfully, but these errors were encountered:
Seems entirely correct. Feel free to submit a PR or I will do it soon.
Sorry, something went wrong.
4641575
Successfully merging a pull request may close this issue.
I did this
Call
curl_easy_header
with theCURLH_PSEUDO
origin, either alone or in a bitmask of other origins.I expected the following
To receive a pointer to the header struct. Instead libcurl returns
CURLHE_BAD_ARGUMENT
. It looks like pseudo headers were omitted from a sanity check: https://github.com/curl/curl/blob/master/lib/headers.c#L77curl/libcurl version
libcurl/7.84.0 OpenSSL/3.0.4 (Schannel) zlib/1.2.12 brotli/1.0.9 libidn2/2.3.2 libssh2/1.10.0 nghttp2/1.48.0 ngtcp2/0.6.0 nghttp3/0.5.0 libgsasl/1.10.0
operating system
Windows 10 x64
The text was updated successfully, but these errors were encountered: