Skip to content
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

fix(preload): Copy net filters to preload manager #6709

Merged
merged 1 commit into from
May 30, 2024

Conversation

theodab
Copy link
Collaborator

@theodab theodab commented May 30, 2024

Some assets might rely on networking engine filters (request and response filters) to properly download their assets. However, the preload manager's need to use a fresh networking engine also caused it to not use any filters set on the player already. This changes the process of setting up a preload manager, to make it copy over any filters defined on the player's networking engine.

Fixes #6698

Some assets might rely on networking engine filters (request and
response filters) to properly download their assets.
However, the preload manager's need to use a fresh networking engine
also caused it to not use any filters set on the player already.
This changes the process of setting up a preload manager, to make it
copy over any filters defined on the player's networking engine.

Issue shaka-project#6698
@theodab theodab added the type: bug Something isn't working correctly label May 30, 2024
@avelad avelad added the priority: P1 Big impact or workaround impractical; resolve before feature release label May 30, 2024
@avelad avelad added this to the v4.9 milestone May 30, 2024
@avelad avelad self-requested a review May 30, 2024 10:05
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 91.67%

@avelad avelad merged commit 1cfb53e into shaka-project:main May 30, 2024
17 of 19 checks passed
@theodab theodab deleted the copyNetBranch branch May 30, 2024 11:05
joeyparrish pushed a commit that referenced this pull request May 31, 2024
Some assets might rely on networking engine filters (request and
response filters) to properly download their assets. However, the
preload manager's need to use a fresh networking engine also caused it
to not use any filters set on the player already. This changes the
process of setting up a preload manager, to make it copy over any
filters defined on the player's networking engine.

Fixes #6698
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
3 participants