Commit 948db2f
committed
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.1 parent d9c88c4 commit 948db2f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments