curlpp icon indicating copy to clipboard operation
curlpp copied to clipboard

CURLOPT_HTTP09_ALLOWED option missing

Open marinaniet0 opened this issue 5 years ago • 0 comments

Hi 😃 Libcurl used to allow HTTP/0.9 responses by default, but in the newest version (7.66) they changed their policy - now you have to set an option to be able to get this kind of server response. They created a new curl option, CURLOPT_HTTP09_ALLOWED, that has not yet been included in cURLpp. It would be really nice if you could update the library to allow setting this option. Thanks!

marinaniet0 avatar Sep 20 '19 12:09 marinaniet0