Skip to content

Commit 5835de6

Browse files
jakecastelliRafaelGSS
authored andcommitted
quic: fix debug log
PR-URL: #57689 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 2e9fb6e commit 5835de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/quic/quic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ class QuicStream {
776776
[kSendHeaders](headers) {
777777
validateObject(headers, 'headers');
778778
if (this.pending) {
779-
debug('pending stream enqueing headers', headers);
779+
debug('pending stream enqueuing headers', headers);
780780
} else {
781781
debug(`stream ${this.id} sending headers`, headers);
782782
}

src/quic/streams.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ void Stream::Acknowledge(size_t datalen) {
11091109
}
11101110

11111111
void Stream::Commit(size_t datalen) {
1112-
Debug(this, "Commiting %zu bytes", datalen);
1112+
Debug(this, "Committing %zu bytes", datalen);
11131113
STAT_RECORD_TIMESTAMP(Stats, acked_at);
11141114
if (outbound_) outbound_->Commit(datalen);
11151115
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy