[PR #13415/8c8906a1 backport][3.14] Fix oversized frames on websocket messages - #13494
Conversation
(cherry picked from commit 8c8906a)
Confidence Score: 5/5The PR appears safe to merge, with no actionable regressions identified in the changed WebSocket size-checking path. The subtraction-based comparison preserves the previous boundary behavior while preventing the compiled reader’s signed addition from overflowing, and the accompanying regression test covers both compiled and pure-Python configurations. Reviews (1): Last reviewed commit: "Fix oversized frames on websocket messag..." | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.14 #13494 +/- ##
=======================================
Coverage 96.18% 96.18%
=======================================
Files 158 158
Lines 50736 50745 +9
Branches 2739 2739
=======================================
+ Hits 48801 48810 +9
Misses 1754 1754
Partials 181 181
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Merging this PR will not alter performance
Comparing Footnotes
|
This is a backport of PR #13415 as merged into master (8c8906a).