Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent failure in /_mozilla/mozilla/response-data-brotli.htm #22717
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Jan 29, 2019
Upgrade brotli dependency. This incorporates a fix for streaming decoding that drops content when a WouldBlock error is encountered. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22749 and fix #22717 and fix (maybe) #22712. - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22776) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is very strange. It would make more sense if the actual data was cut off, but the data is cut off and then a
.is added. I'm super confused how that could occur.