You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to w3c specification http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html,
in the request, If-range header can contains last modified date of file, but in BinaryFileResponse(symfony v2.6.8) only etag accepted.
As in current realization etag generating by sha1_file function in takes much time with big files.