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

Fix for http transport. Probably breaks TCP transport (not tested) #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jauco
Copy link

@jauco jauco commented Apr 5, 2016

This is my fix for #120

this is still WIP. I'm making a pull request so I can document my work. (I only have about 15min a day to spend on this)

@@ -16,7 +16,7 @@ function deframer(emit) {
var more = true;

return function (item) {

var doUndefined = false;
// Forward the EOS marker
if (item === undefined) return emit();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is probably called in the tcp transport, but never in the HTTP transport.

@TheKnarf
Copy link
Collaborator

Hi!

Is there any way that you could write a test to verify this?

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

Successfully merging this pull request may close these issues.

2 participants