You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Verify opening a stream (all options, failure and success conditions)
Verify stream ID, origin, and direction indictions
Verify client side stream minimally usable before connection is ready (ability to buffer writees). Verify that functions unavailable before connection is ready fail appropriately.
Verify proper emission of QuicStream events
Verify write and end callbacks are called appropriately
Verify state fields (e.g. pending, aborted, destroyed, etc) are reporting as expected
Verify QuicStream statistics and histograms
Verify appropriate and consistent destroy flow
Verify sendFile/sendFD working appropriately
Verify write working appropriately
Verify sending informational, initial, and trailing headers (HTTP/3 only)
Verify push streams (HTTP/3 only)
C++ Side
Verify QuicBuffer-based data buffering and callbacks
Verify QuicBuffer-based data flow to QUIC
Verify inbound data flow
Verify Stream Reset and Stream Close appropriately handled
The text was updated successfully, but these errors were encountered:
Yes, this is really an audit list. We need to go through the existing tests to make sure they provide proper coverage, but if they do, feel free to check off
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JavaScript Side:
C++ Side
The text was updated successfully, but these errors were encountered: