We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 167c5ad + add2f3c commit cc37335Copy full SHA for cc37335
1 file changed
CacheTagsBundle/Invalidator/Proxy/Varnish.php
@@ -63,7 +63,7 @@ public function invalidate($tag)
63
}
64
65
$out = sprintf("BAN %s HTTP/1.1\r\n", $this->path);
66
- $out .= sprintf("Host %s\r\n", $this->host);
+ $out .= sprintf("Host: %s\r\n", $this->host);
67
$out .= sprintf("%s: %s\r\n", $this->invalidationHeaderName, $tag);
68
$out .= "Connection: Close\r\n\r\n";
69
0 commit comments