Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

SocketOutput sometimes pre-completes too many writes which breaks throttling #356

@halter73

Description

@halter73

Given a bunch of pending write operations, once the first pending write completes, all the subsequent pending writes that are small enough will pre-complete. Given the right circumstances, it is possible to pre-complete far more than the expected 64KB worth of writes.

The reason this likely wasn't noticed until now, is because it would require multiple unawaited writes to the response stream to reproduce. It's still a bug though.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions