spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

After update, SPDY dies with "TypeError: undefined is not a function" upon request #87

Closed 19h closed 11 years ago

19h commented 11 years ago

As of recently, SPDY started dying whenever a request is done. That's what happens:

/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:142
      cb();
      ^
TypeError: undefined is not a function
    at /data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:142:7
    at onFrame (/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:232:7)
    at Framer.execute (/data/Relay/DisPub/node_modules/spdy/lib/spdy/protocol/v3/framer.js:53:5)
    at Parser.execute (/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:223:19)
    at Parser.write [as _write] (/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:118:8)
    at /data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:132:12
    at Parser.execute (/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:208:5)
    at Parser.write [as _write] (/data/Relay/DisPub/node_modules/spdy/lib/spdy/parser.js:118:8)
    at Parser.Writable.write (_stream_writable.js:176:8)
    at write (_stream_readable.js:481:24)

About the server: Linux * 2.6.32-279.1.1.el6.x86_64 #1 SMP Tue Jul 10 13:47:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

About node: 0.8.3.

19h commented 11 years ago

After update to 0.10.3 it's back working.. closing this issue.

indutny commented 11 years ago

What node version you was using before?

19h commented 11 years ago

Node 0.8.3 (bottom of the issue)