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 0edbb11 commit b3ba639Copy full SHA for b3ba639
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