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
The CURLOPT_HTTP09_ALLOWED option tells curl to accept HTTP/0.9 responses, which can be a response just a body and no headers. This option has been disabled by default starting in v7.66 of curl, though some use cases still require it to be enabled.
The text was updated successfully, but these errors were encountered:
The
CURLOPT_HTTP09_ALLOWED
option tells curl to accept HTTP/0.9 responses, which can be a response just a body and no headers. This option has been disabled by default starting in v7.66 of curl, though some use cases still require it to be enabled.The text was updated successfully, but these errors were encountered: