#8561: "URL read error: End of file" when http_persistent enabled
-------------------------------------+------------------------------------
             Reporter:  vschweitzer  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  http         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by stevenliu):

 http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
 said;
 Default:
 keepalive_requests 100;

 {{{
 Syntax: keepalive_requests number;
 Default:
 keepalive_requests 100;
 Context:        http, server, location
 This directive appeared in version 0.8.0.
 Sets the maximum number of requests that can be served through one keep-
 alive connection. After the maximum number of requests are made, the
 connection is closed.

 Closing connections periodically is necessary to free per-connection
 memory allocations. Therefore, using too high maximum number of requests
 could result in excessive memory usage and not recommended.
 }}}

 So FFmpeg want fix the problem of https://trac.ffmpeg.org/ticket/7975.
 But I think if retry put the files, must give a warning before retry.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8561#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to