plan9fox/sys
cinap_lenrek 6b4c5380d8 lib9p: defer freeing srv for listensrv()
use the Srv.end callback for freeing the srv and closing the
file descriptor of a connection. this makes sure we wont free
the srv while there are still outstanding requests that would
access the srv when doing the respond() call.
2013-01-30 10:34:57 +01:00
..
doc
games/lib fortunes: maybe i should ask at #cat-v 2013-01-17 07:59:04 -06:00
include lib9p: defer closing down srv until the last request has been responded, Tversion message size 2013-01-30 06:26:03 +01:00
lib mount /n/other from /srv/boot instead of /srv/cwfs 2013-01-22 10:41:01 +01:00
man Fixed some ircrc bugs. Only the last channel given to the -t flag is set as target. Unknown commands are not sent to the server. Control-D can be used to exit the client. When the connection is lost, an error message is displayed and the client waits for user input before exiting. Manual page updated. 2013-01-29 23:56:29 -05:00
src lib9p: defer freeing srv for listensrv() 2013-01-30 10:34:57 +01:00