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 ad06168 commit 17a25f1Copy full SHA for 17a25f1
doc/api/http2.md
@@ -3112,7 +3112,7 @@ const client = http2.connect('http://localhost:8001');
3112
// for CONNECT requests or an error will be thrown.
3113
const req = client.request({
3114
':method': 'CONNECT',
3115
- ':authority': `localhost:${port}`,
+ ':authority': 'localhost:8000',
3116
});
3117
3118
req.on('response', (headers) => {
0 commit comments