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 e57841f commit c7737b2Copy full SHA for c7737b2
lib/internal/quic/quic.js
@@ -776,7 +776,7 @@ class QuicStream {
776
[kSendHeaders](headers) {
777
validateObject(headers, 'headers');
778
if (this.pending) {
779
- debug('pending stream enqueing headers', headers);
+ debug('pending stream enqueuing headers', headers);
780
} else {
781
debug(`stream ${this.id} sending headers`, headers);
782
}
0 commit comments