Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send content-length header in method responses
- unlike method calls (client), method responses (server) did not yet send content-length headers. This was causing problem with at least one client (ros's turtlesim, in the context of rosnodejs: publishing to /turtlt1/cmd_vel had no effect on the turtle). This commit fixes that.
- Loading branch information