quinn icon indicating copy to clipboard operation
quinn copied to clipboard

`poll_transmit` is large

Open gretchenfrage opened this issue 10 months ago • 2 comments

Connection.poll_transmit is 582 lines. I think it should be split up somehow.

Maybe a good place to start would be to factor out the body of the loop over spaces? It accounts for 380 lines, and factoring it out would reduce rightward drift.

gretchenfrage avatar Dec 26 '24 22:12 gretchenfrage