issues Search Results · repo:nxtedition/node-http2-proxy language:JavaScript
Filter by
39 results
(58 ms)39 results
innxtedition/node-http2-proxy (press backspace or delete to remove)Using http2-proxy@5.0.53 to test proxies.
My sample code:
const http2 = require( http2 )
const proxy = require( http2-proxy )
const fs = require( fs )
const server = http2.createSecureServer ...
badbeef
- 1
- Opened on Feb 8, 2022
- #67
image
let configDir = path.join(rootPath, config ); let serverOptions = { key: fs.readFileSync(path.join(configDir, ker.pem
)), cert: fs.readFileSync(path.join(configDir, cert.pem )), allowHTTP1: true ...
introspection3
- Opened on Aug 17, 2021
- #63
Is there a way to pass secrure: false or something equivalent like on webpack proxing? or disable ssl verification?
I am connecting to https://website.se but I need to pass secrure false since our certificates ...
mylastore
- 2
- Opened on May 6, 2021
- #57
Following code accept only upgrade header equal to websocket, thats not correct as stated in link
https://github.com/nxtedition/node-http2-proxy/blob/999b05fd4c5365b7de8d6bb8aa125f9cc90a50bf/index.js#L30-L58 ...
matus-sabo
- 1
- Opened on Apr 29, 2021
- #56
im using the following code:
const proxy = require( http2-proxy );
const finalhandler = require( finalhandler );
const defaultWebHandler = (err, req, res) = {
if (err) {
console.error( proxy error ...
bilalahmad99
- Opened on Apr 23, 2021
- #55
I m using http2-proxy with a custom onRes handler to do passthrough compression on the response stream. And the results
are really weird - it works perfectly with Chrome as client, but with Firefox the ...
vladmandic
- 2
- Opened on Sep 5, 2020
- #53
https://github.com/nxtedition/node-http2-proxy/blob/db655116389a284bd5a3377688a146bfe3bdd369/index.d.ts#L107
Based on my experiments, I never seem to get a ServerResponse for proxyRes. Both the node documentation ...
ajbouh
- 3
- Opened on Jul 18, 2020
- #52
I just come across a strange bug here: I wanted to test the speed of the proxys and use the cluster module. Very often I
get this error:
connect EADDRINUSE 192.168.1.4:8090
at TCPConnectWrap.afterConnect ...
hanspeter1
- 17
- Opened on Jul 4, 2020
- #50
Adding http2 to http2 proxy functions for proxy servers is now much easier.
The following modules that support http2 can be used.
https://github.com/hisco/http2-client
https://github.com/spdy-http2/node-spdy ...
masx200
- 8
- Opened on Apr 24, 2020
- #40

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.