php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

Verbose mode is not working #68

Closed jokaorgua closed 2 years ago

jokaorgua commented 4 years ago

Verbose mode is not working because of $this->setOpt(CURLINFO_HEADER_OUT, true); in init function. even if you will try to set to false verbose will not work. you must not set it at all if you need verbose output.

nadar commented 2 years ago

So you would recommend an option where this can be configured?

jokaorgua commented 2 years ago

2 years have passed :) I do not remember the context of this issue.

nadar commented 2 years ago

sure, i understand :-) Thanks anyway for reporting.