mozquic icon indicating copy to clipboard operation
mozquic copied to clipboard

api needs a graceful shutdown

Open mcmanus opened this issue 7 years ago • 0 comments

the quic design assumes close is more like RST than anything else and that a graceful shutdown of existing streams happens first.

the mozquic client api should have a method to close() all the open streams and at least wait for any unacked data before sending CLOSE on the connection

mcmanus avatar Aug 11 '17 19:08 mcmanus