mozquic
mozquic copied to clipboard
api needs a graceful shutdown
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