Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit c02f406

Browse files
committed
Removed the extra LF at the end of a frame, it is NOT needed.
1 parent d571e9b commit c02f406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/frame.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Frame.prototype.as_string = function() {
8080
if(body)
8181
frame += body;
8282

83-
frame += '\x00\n';
83+
frame += '\x00';
8484

8585
return frame;
8686
};

0 commit comments

Comments
 (0)