mcmanus/gecko

destroy_connection should drain things

mcmanus opened this issue · 1 comments

at least on the client, destroy_connection sends a close and dtors the context
it really needs to wait for all outstanding data (including the close) to be ack'd and retransmit as necessary to get there.. it could have a callback indicating that was complete

moved to mozquic