public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Remove spurious text. Git fscked up? We'll never know.
Hongli Lai (Phusion) (author)
Thu May 01 09:28:17 -0700 2008
commit  89cd016e92be791b249abc1bd9385edd45d718c4
tree    316dfd3e8aac2e6c0406f3275a506b454539d310
parent  3ec5dfc66bbf8b99d5b6f3894c13bdcdda0b7ef7
...
440
441
442
443
 
444
445
446
...
440
441
442
 
443
444
445
446
0
@@ -440,7 +440,7 @@
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.