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

agronholm / anyio / 34776768196
92%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2026 07:10PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
34776768196

push

github

web-flow
Fix SocketStream.send() writing to a paused transport after a cancelled send (#1299)

SocketStream.send() went straight to transport.write(), which appends to the transport's write buffer without ever offering the data to the OS whenever that buffer is non-empty. A send() cancelled while awaiting the write event
leaves exactly that state behind: buffered data and a paused protocol. The next send() then piled its data on top, so repeated cancellation could grow the buffer without bound despite its zero high water mark.

Wait on the write event before writing, as the datagram sockets do.

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
Source Files on build 34776768196
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #34776768196
  • a87a823c on github
  • Prev Build on master (#34751060680)
  • Next Build on master (#34901396124)
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