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

Description
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.