ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/shell.pl
(Generate patch)

Comparing Coro/myhttpd/shell.pl (file contents):
Revision 1.3 by root, Fri Aug 10 15:58:05 2001 UTC vs.
Revision 1.4 by root, Sat Aug 11 00:37:32 2001 UTC

44 or die "unable to bind cmdshell port: $!"; 44 or die "unable to bind cmdshell port: $!";
45 45
46 push @listen_sockets, $port; 46 push @listen_sockets, $port;
47 47
48 async { 48 async {
49 async \&shell, $port->accept; 49 async \&shell, $port->accept
50 while 1;
50 }; 51 };
51} 52}
52 53
53# bind to stdin (debug) 54# bind to stdin (debug)
54if (1) { 55if (1) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines