ekr / minq

A simple Go implementation of QUIC
MIT License
98 stars 16 forks source link

Stream life cycle #18

Closed ekr closed 7 years ago

ekr commented 7 years ago

Exercise the entire life cycle of a stream, including appropriate use/handling of RST_STREAM. Streams are bidirectional, regardless of ongoing issue discussion

ekr commented 7 years ago

This is mostly done. I don't do flow control but that's covered separately.