mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
benchmark,doc,lib,test: capitalize comments
PR-URL: https://github.com/nodejs/node/pull/26483 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
01a5300f3f
commit
f8763bb077
230 changed files with 464 additions and 467 deletions
|
@ -13,7 +13,7 @@ const {
|
|||
} = internalBinding('http2');
|
||||
const { NghttpError } = require('internal/http2/util');
|
||||
|
||||
// tests error handling within pushStream
|
||||
// Tests error handling within pushStream
|
||||
// - NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (should emit session error)
|
||||
// - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error)
|
||||
// - every other NGHTTP2 error from binding (should emit stream error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue