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

EINVAL thrown under load. #518

Open
prabhakhar opened this issue Jun 28, 2012 · 3 comments
Open

EINVAL thrown under load. #518

prabhakhar opened this issue Jun 28, 2012 · 3 comments

Comments

@prabhakhar
Copy link
Member

https://github.com/ql-io/ql.io/blob/master/modules/engine/lib/engine/source/verb.js#L83

Error: EINVAL, Incomplete character sequence.
at /home/qlio/apps/PRM_Sidebar_QLIO/node_modules/ql.io-ebay-app/node_modules/ql.io-app/node_modules/ql.io-console/node_modules/ql.io-engine/lib/engine/source/verb.js:83:26
at Array.forEach (native)
at Function. (/home/qlio/apps/PRM_Sidebar_QLIO/node_modules/underscore/underscore.js:76:11)
at Object.parse response (/home/qlio/apps/PRM_Sidebar_QLIO/node_modules/ql.io-ebay-app/node_modules/ql.io-app/node_modules/ql.io-console/node_modules/ql.io-engine/lib/engine/source/verb.js:82:11)
at Object.parseResponse (/home/qlio/apps/PRM_Sidebar_QLIO/node_modules/ql.io-ebay-app/node_modules/ql.io-app/node_modules/ql.io-console/node_modules/ql.io-engine/lib/engine/source/verb.js:232:37)
at Object.parseResponse (/home/qlio/apps/PRM_Sidebar_QLIO/node_modules/ql.io-ebay-app/node_modules/ql.io-app/node_modules/ql.io-console/node_modules/ql.io-engine/lib/engine/http/response.js:29:32)
at IncomingMessage. (/home/qlio/apps/PRM_Sidebar_QLIO/node_modules/ql.io-ebay-app/node_modules/ql.io-app/node_modules/ql.io-console/node_modules/ql.io-engine/lib/engine/http/request.js:306:35)
at IncomingMessage.emit (events.js:88:20)
at HTTPParser.parserOnMessageComplete as onMessageComplete
at Socket.socketOnData as ondata

@s3u
Copy link
Member

s3u commented Jun 28, 2012

Parsing incomplete responses?

@idralyuk
Copy link
Member

Dropped connections?

@s3u
Copy link
Member

s3u commented Jun 29, 2012

But dropped connections will cause partial responses, and should force node's http parser to raise an error.

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

No branches or pull requests

3 participants