We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Convert MessageChannel unit test to RSpec, and improve MessageChannel 
protocol documentation.
Hongli Lai (Phusion) (author)
Mon Feb 18 17:14:34 -0800 2008
commit  36af28acc925a16d4fee3f2233e3239f5e3e2fec
tree    472d8ab3629c6ec46b9a936a3c30d9252b9f0b69
parent  fd4927d86b22637e5313947fcd759bb20b44e562
...
32
33
34
35
 
 
36
37
38
...
32
33
34
 
35
36
37
38
39
0
@@ -32,7 +32,8 @@ using namespace std;
0
  * There are two kinds of messages:
0
  * - Array messages. These are just a list of strings, and the message
0
  * itself has a specific length. The contained strings may not
0
- * contain NUL characters (<tt>'\\0'</tt>).
0
+ * contain NUL characters (<tt>'\\0'</tt>). Note that an array message
0
+ * must have at least one element.
0
  * - Scalar messages. These are byte strings which may contain arbitrary
0
  * binary data. Scalar messages also have a specific length.
0
  * The protocol is designed to be low overhead, easy to implement and

Comments

    No one has commented yet.