<div class="moz-text-plain" style="font-family: -moz-fixed; font-size: 22px;" lang="x-western"><pre>Geoff Simmons a dit le 06/01/2011 02:11 PM:
</pre><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre><span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span>Um, I don't follow. You <b class="moz-txt-star"><span class="moz-txt-tag">*</span>do<span class="moz-txt-tag">*</span></b> want Varnish to cache the file? If so, then
<span class="moz-txt-citetags">> </span>you don't want to return pass on the URL. In that case, you need a
<span class="moz-txt-citetags">> </span>larger value for send_timeout (assuming my guess is right that
<span class="moz-txt-citetags">> </span>send_timeout aborted your connection).
</pre></blockquote><pre>Damned. No. I don't want to cache big objects.
sorry for my bad english ... <span class="moz-smiley-s2" title=":("><span>:(</span></span>

</pre><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre><span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>There's always a send_timeout, 10 minutes by default, but you can
<span class="moz-txt-citetags">> </span>increase it. If you have return(pass) on the URL, then the timeout won't
<span class="moz-txt-citetags">> </span>interfere with the transmission, but then Varnish won't be caching the
<span class="moz-txt-citetags">> </span>object.
</pre></blockquote><pre>Are you sure about the disconnection between the pass action and the
send_timeout parameter ?

Ok, I understand the time-out of 10min.
But with the return(pass) I've just added, varnish continue to make
a time-out after 10min.

So I have to put the send_timeout option to a higher value even if I
make a return(pass). 1200s may not be enough because personal or
foreign connection may be slower then the one I test at home. I put
6000s to be large <span class="moz-smiley-s1" title=":)"><span>:)</span></span>

thanks for your help Goeff

Patrick
</pre></div>