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 1fce18c commit 9870173Copy full SHA for 9870173
lib/internal/http2/compat.js
@@ -288,7 +288,7 @@ class Http2ServerRequest extends Readable {
288
didRead: false,
289
};
290
// headers in HTTP/1 are not initialized using Object.create(null)
291
- // which, although preferable, simply breaks too much code.
+ // which, although preferable, would simply break too much code.
292
// Ergo, header initialization using Object.create(null) in HTTP/2
293
// is intentional.
294
this[kHeaders] = headers;
0 commit comments