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
We currently support Range Headers through our stream transport. Problem is that this mechanism is problematic with servers sitting behind a proxy.
The idea would be to support chunked transfer encoding in our stream transport as a way to properly stream files without having to worry about proxies. Streaming should just work.
We currently support Range Headers through our stream transport. Problem is that this mechanism is problematic with servers sitting behind a proxy.
The idea would be to support chunked transfer encoding in our stream transport as a way to properly stream files without having to worry about proxies. Streaming should just work.
See also: https://www.sitepoint.com/php-streaming-output-buffering-explained/
The text was updated successfully, but these errors were encountered: