We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f57c8d commit a54e997Copy full SHA for a54e997
src/quic/streams.cc
@@ -69,7 +69,7 @@ namespace quic {
69
V(ACKED_AT, acked_at) \
70
/* Marks the timestamp when the stream was destroyed */ \
71
V(DESTROYED_AT, destroyed_at) \
72
- /* Records the total number of bytes received by the stream */ \
+ /* Records the total number of bytes received by the stream */ \
73
V(BYTES_RECEIVED, bytes_received) \
74
/* Records the total number of bytes sent by the stream */ \
75
V(BYTES_SENT, bytes_sent) \
0 commit comments