| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6cd9ea8 commit bd55236
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,8 @@ const { Writable } = require('stream'); | |||
| 6 | 6 | const assert = require('assert'); | |
| 7 | 7 | ||
| 8 | 8 | // Check that OutgoingMessage can be used without a proper Socket | |
| 9 | - // Fixes: https://github.com/nodejs/node/issues/14386 | ||
| 10 | - // Fixes: https://github.com/nodejs/node/issues/14381 | ||
| 9 | + // Refs: https://github.com/nodejs/node/issues/14386 | ||
| 10 | + // Refs: https://github.com/nodejs/node/issues/14381 | ||
| 11 | 11 | ||
| 12 | 12 | class Response extends OutgoingMessage { | |
| 13 | 13 | _implicitHeader() {} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,8 @@ const { Writable } = require('stream'); | |||
| 6 | 6 | const assert = require('assert'); | |
| 7 | 7 | ||
| 8 | 8 | // Check that ServerResponse can be used without a proper Socket | |
| 9 | - // Fixes: https://github.com/nodejs/node/issues/14386 | ||
| 10 | - // Fixes: https://github.com/nodejs/node/issues/14381 | ||
| 9 | + // Refs: https://github.com/nodejs/node/issues/14386 | ||
| 10 | + // Refs: https://github.com/nodejs/node/issues/14381 | ||
| 11 | 11 | ||
| 12 | 12 | const res = new ServerResponse({ | |
| 13 | 13 | method: 'GET', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments