Skip to content

Commit

Permalink
Fix HLS parser treating abort as no feature support
Browse files Browse the repository at this point in the history
When the HLS Parser is shutting down and aborting its in-progress networking
requests, it will misinterpret the aborted operation as "Unable to fetch a
partial HLS segment! Falling back to a full segment request, which is
expensive!"

The short term fix for this is to check the error and exit if it was an
operation aborted error. A TODO was added to point toward a more robust
long term fix.

Issue shaka-project#1788

Change-Id: I28ecfb9a087eb9fe9cafad0a87032685a92d1be7
  • Loading branch information
vaage committed Mar 12, 2019
1 parent 40db298 commit e0992c3
Showing 1 changed file with 191 additions and 143 deletions.
Loading

0 comments on commit e0992c3

Please sign in to comment.