-
-
Couldn't load subscription status.
- Fork 4.6k
handle stream wrappers in SeekableHttpStream #32767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
/backport to stable24 |
|
/backport to stable23 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
/backport to stable22 |
|
/backport to stable21 |
|
/backport to stable20 |
|
The backport to stable22 failed. Please do this backport manually. |
|
The backport to stable21 failed. Please do this backport manually. |
|
The backport to stable20 failed. Please do this backport manually. |
When the
SeekableHttpStream'sopenCallbackreturns a stream wrapper, thestream_get_meta_datacall returns the wrapper, not the http headers we're looking for.This changes it to try and get the source of the stream so we can get the http headers.
Additionally I'll look if it's possible to make the wrappers transparent for
stream_get_meta_data