• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

localstack / rolo / 33375944419
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: ci/pin-github-actions
DEFAULT BRANCH: main
Ran 31 Aug 2026 09:05AM UTC
Jobs 4
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2026 09:02AM UTC coverage: 90.791% (-0.004%) from 90.795%
33375944419

push

github

web-flow
fix twisted websocket close handshake (#42)

The twisted WebSocketChannel never completed the closing handshake:
a client-initiated close was not answered with a close frame, the TCP
connection was never terminated, and Request.finish() wrote its
never-started HTTP response into the upgraded websocket stream, which
clients decoded as a malformed (fragmented) close frame. Clients ended
up burning their close timeout and, depending on thread timing, failing
inside their own close logic.

Complete the handshake per RFC 6455 section 7: echo the close frame,
mark the request as written before finishing so twisted emits nothing,
and terminate the TCP connection.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

12 of 13 new or added lines in 1 file covered. (92.31%)

1 existing line in 1 file now uncovered.

1676 of 1846 relevant lines covered (90.79%)

3.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.65
-0.11% rolo/serving/twisted.py

Coverage Regressions

Lines Coverage ∆ File
1
94.12
-1.96% rolo/routing/pydantic.py
Jobs
ID Job ID Ran Files Coverage
1 33375944419.1 31 Aug 2026 09:06AM UTC 32
90.74
GitHub Action Run
2 33375944419.2 31 Aug 2026 09:06AM UTC 32
90.79
GitHub Action Run
3 33375944419.3 31 Aug 2026 09:06AM UTC 32
90.79
GitHub Action Run
4 33375944419.4 31 Aug 2026 09:06AM UTC 32
90.74
GitHub Action Run
Source Files on build 33375944419
  • Tree
  • List 32
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 65dd99f6 on github
  • Prev Build on main (#28782888994)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc