-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Do not strip entity-headers with HTTP status 304 or 412 #2824
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 23.12LTS #2824 +/- ##
==============================================
- Coverage 88.039% 88.016% -0.024%
==============================================
Files 94 94
Lines 7433 7427 -6
Branches 1283 1280 -3
==============================================
- Hits 6544 6537 -7
- Misses 622 623 +1
Partials 267 267 ☔ View full report in Codecov by Sentry. |
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.
This accurately removes the check for entity headers and adds a test to prevent reversion for HTTP response code 412.
* Fix Docker publish * Remove workflow dispatch The actions uses data from the release object itself, so workflow dispatch doesn't work anyway * More fixes
Fix #2823