node-http2
node-http2 copied to clipboard
An HTTP/2 client and server implementation for node.js
How would you go about defining a proxy for connections?
stream.push() after EOF Error: stream.push() after EOF at readableAddChunk (_stream_readable.js:133:17) at Connection.Readable.push (_stream_readable.js:111:10) at Connection._parentPush (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:243:32) at Connection._push (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:255:17) at Connection.push (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:286:23) at Connection._restoreWindow (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:115:10) at processImmediate [as _immediateCallback] (timers.js:383:17)
> Critical dependency: require function is used in a way in which dependencies cannot be statically extracted pointing to this line: `modules.map(require).forEach(function(module) {` ```js exports.VERSION = 'h2'; exports.Endpoint = require('./endpoint').Endpoint;...
I'm trying to create a server using http2 and express, but after creating the serving I'm not getting the response from the server to the client. I used a postman...
`new Buffer(...)` is unsafe and deprecated. Would it be possible to move [these instances](https://github.com/molnarg/node-http2/search?q=%22new+Buffer%22&unscoped_q=%22new+Buffer%22) of its use to `Buffer.from(...)`?
I extended the Object prototype and ran into this issue.
Hello, We started a fork that include cumulative fixes: - https://github.com/kaazing/http2.js See dedicated issue here: https://github.com/kaazing/http2.js/issues/1 ## Original Source and Fork intent This NodeJS `http2.js` module version is a fork...
node -v 6.9.2 [email protected] ``` Debug: internal, implementation, error AssertionError: false == true at Connection._send (/var/www/revizor-game.ru/node_modules/http2/lib/protocol/connection.js:326:9) at runCallback (timers.js:637:20) at tryOnImmediate (timers.js:610:5) at processImmediate [as _immediateCallback] (timers.js:582:5) ``` My server.js...
Running node 6.7 Running tls or raw server aren't working when testing localhost:8080 in chrome. raw triggers a download that just hangs. tls returns an empty response ``` localhost didn’t...
After these commits, all tests pass in latest Node.js v4, v6 and v8; on Windows and Linux. All changes should be backward compatible