<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
And yes, this is varnish 4.0.3<br>
<br>
<div class="moz-cite-prefix">On 04/22/16 13:43, dE wrote:<br>
</div>
<blockquote cite="mid:5719DD20.1050805@gmail.com" type="cite">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Hello,<br>
I got this minimal VCL --<br>
<br>
<span style="background-color: rgb(255, 255, 204);"><code>vcl 4.0;</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code>backend neuro {</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code> .host = "129.170.30.193";</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code> .port = "http";</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code>}</code></span><span style="background-color:
rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code>sub vcl_recv {</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code> set req.backend_hint = neuro;</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255,
204);"><code>}</code></span><br>
<br>
Which fails to compile for no reason.<br>
<br>
<code><span style="background-color: rgb(255, 255, 204);">Running
VCC-compiler failed, exited with 2</span></code><code><span
style="background-color: rgb(255, 255, 204);"><br>
</span></code><code><span style="background-color: rgb(255, 255,
204);"><br>
</span></code><code><span style="background-color: rgb(255, 255,
204);">VCL compilation failed</span></code><br>
<br>
Can anyone help?<br>
</blockquote>
<br>
</body>
</html>