Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
19h opened this issue Apr 10, 2013 · 3 comments

Comments

@19h
Copy link

19h commented Apr 10, 2013

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
Copy link
Author

19h commented Apr 10, 2013

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

@19h 19h closed this as completed Apr 10, 2013
@indutny
Copy link
Collaborator

indutny commented Apr 10, 2013

What node version you was using before?

@19h
Copy link
Author

19h commented Apr 10, 2013

Node 0.8.3 (bottom of the issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants