| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
Thanks for the test cleanups, they will help avoid flakiness in future.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[WebSocket/H3] Add byte count accessors to WebSocketQuicStreamAdapter
Add stream_bytes_read() and stream_bytes_written() to
WebSocketQuicStreamAdapter, delegating to the underlying
WebSocketQuicSpdyStream. These return 0 after Disconnect() when the
stream pointer is cleared.
Use these to implement GetTotalReceivedBytes() and GetTotalSentBytes()
in WebSocketHttp3HandshakeStream, replacing the stub implementations
that previously returned 0.
Integrate byte-count assertions into existing Read, Write, and
Disconnect tests for both HTTP/2 and HTTP/3 adapters. Migrate all
RunUntilIdle() calls to base::test::RunUntil() with explicit
predicates for improved test robustness.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |