<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 7, 2017 at 4:37 PM, Francois Cartegnie <span dir="ltr"><<a href="mailto:fcvlcdev@free.fr" target="_blank">fcvlcdev@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><span>Le 07/07/2017 à 03:44, Zhao Zhili a écrit :<br>
>><br>
>> @@ -95,8 +104,7 @@ namespace adaptive<br>
>>                  bool                chunked_eof;<br>
>>                  size_t              chunkLength;<br>
>>                  bool                queryOk;<br>
>> -                int                 retries;<br>
>> -                static const int    retryCount = 5;<br>
>> +                static const int    maxRedirectCount = 5;<br>
>><br>
<br>
</span>I haven't tested but I'm not sure it does not break 300 or ports redirects.<br>
<br>
And if you remove the retrycount, you break pipelining (connection<br>
terminated on server max requests).<br>
<br></blockquote><div><br></div><div>Sorry I didn't find any use of  retries or <span><span>retryCount.</span></span></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<br>
Francois<br>
______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank" rel="noreferrer">https://mailman.videolan.org/<wbr>listinfo/vlc-devel</a></blockquote></div><br></div></div>