Skip to content

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