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 short Content-Range download #133

Merged
merged 1 commit into from
Oct 9, 2019
Merged

Fix short Content-Range download #133

merged 1 commit into from
Oct 9, 2019

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Oct 9, 2019

Issue #134

The code was sending the fragment of data up to the next 4096-byte boundary, even if that exceeded the actual amount of content requested.

@codecov
Copy link

codecov bot commented Oct 9, 2019

Codecov Report

Merging #133 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #133   +/-   ##
=========================================
  Coverage     93.61%   93.61%           
  Complexity      257      257           
=========================================
  Files            15       15           
  Lines           830      830           
=========================================
  Hits            777      777           
  Misses           53       53
Impacted Files Coverage Δ Complexity Δ
lib/Sapi.php 96.19% <100%> (ø) 40 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 464b908...056cd9e. Read the comment docs.

@staabm
Copy link
Member

staabm commented Oct 9, 2019

@vfreex could you please double check

@staabm staabm merged commit d349f92 into sabre-io:master Oct 9, 2019
@staabm
Copy link
Member

staabm commented Oct 9, 2019

Thanks @phil-davis - releasing 5.0.4 with #135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants