php-proxy
php-proxy copied to clipboard
Fix content-type cleaning if provided an array
If you are enabling following through curl (CURLOPT_FOLLOWLOCATION), sometimes the content-types will stack up into an array and needs to be reduced to a single string. Without this checking, you will run into a Fatal Error.