public this repo is viewable by everyone
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 !
Merge branch 'stable-1.0'
Hongli Lai (Phusion) (author)
14 days ago
commit  3f5fb12ba8240018c6210a42d2550d21a3cd6497
tree    d17037c6e79f3251c1e903f1c4b77b545f58aa8d
parent  76ffd90bdc0acbc66d7f40059dc682d013242605 parent  89cd016e92be791b249abc1bd9385edd45d718c4
...
440
441
442
443
 
444
445
446
...
440
441
442
 
443
444
445
446
0
@@ -440,7 +440,7 @@ public:
0
     msg.msg_flags = 0;
0
     
0
     if (recvmsg(fd, &msg, 0) == -1) {
0
-      throw SystemException("Cannot rCMSG_DATA(control_header)ead file descriptor with recvmsg()", errno);
0
+      throw SystemException("Cannot read file descriptor with recvmsg()", errno);
0
     }
0
     
0
     control_header = CMSG_FIRSTHDR(&msg);

Comments

    No one has commented yet.