changed mux-poll implementation
This commit is contained in:
@ -6,4 +6,6 @@ echo
|
||||
|
||||
printenv
|
||||
exec cat /home/hyung-hwan/projects/hawk/lib/run.c
|
||||
##exec cat /home/hyung-hwan/projects/hawk/lib/uch-prop.h
|
||||
##exec cat /tmp/qq
|
||||
|
||||
|
@ -14,6 +14,6 @@ Connection: close\r\n\r\n";
|
||||
|
||||
|
||||
sys::write (x, msg);
|
||||
while (sys::read (x, buf) > 0) printf ("%s", buf);
|
||||
while (sys::read (x, buf) > 0) { printf ("%s", buf); }
|
||||
sys::close (x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user