Skip to content

Commit e0406ec

Browse files
author
Rafael Grigorian
committed
Fixed #38
1 parent 5096362 commit e0406ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/code/JetRails/Varnish/Helper/Purger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function isConfiguredServersHealthy () {
6767
curl_setopt ( $handle, CURLOPT_FOLLOWLOCATION, true );
6868
curl_setopt ( $handle, CURLOPT_RETURNTRANSFER, false );
6969
curl_setopt ( $handle, CURLOPT_AUTOREFERER, true );
70-
curl_setopt ( $handle, CURLOPT_HEADER, true );
70+
curl_setopt ( $handle, CURLOPT_HEADER, false );
7171
curl_setopt ( $handle, CURLOPT_CONNECTTIMEOUT, 3 );
7272
curl_setopt ( $handle, CURLOPT_TIMEOUT, 3 );
7373
curl_setopt ( $handle, CURLOPT_MAXREDIRS, 3 );

0 commit comments

Comments
 (0)