We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5096362 commit e0406ecCopy full SHA for e0406ec
src/app/code/JetRails/Varnish/Helper/Purger.php
@@ -67,7 +67,7 @@ public function isConfiguredServersHealthy () {
67
curl_setopt ( $handle, CURLOPT_FOLLOWLOCATION, true );
68
curl_setopt ( $handle, CURLOPT_RETURNTRANSFER, false );
69
curl_setopt ( $handle, CURLOPT_AUTOREFERER, true );
70
- curl_setopt ( $handle, CURLOPT_HEADER, true );
+ curl_setopt ( $handle, CURLOPT_HEADER, false );
71
curl_setopt ( $handle, CURLOPT_CONNECTTIMEOUT, 3 );
72
curl_setopt ( $handle, CURLOPT_TIMEOUT, 3 );
73
curl_setopt ( $handle, CURLOPT_MAXREDIRS, 3 );
0 commit comments