StreamConnection.partiallySent

Whether the first item from each queue has been partially sent (and thus can't be cancelled).

class StreamConnection
protected
bool[MAX_PRIORITY + 1] partiallySent;

Meta