]> git.tuebingen.mpg.de Git - paraslash.git/commit
fix two bugs concerning blocking fds
authorAndre Noll <maan@congo.fml.local>
Sun, 8 Oct 2006 21:31:05 +0000 (23:31 +0200)
committerAndre Noll <maan@congo.fml.local>
Sun, 8 Oct 2006 21:31:05 +0000 (23:31 +0200)
commitc4012aab461993e6c8a9930d27d924a8462a9775
treeac1c4ef2648c4aba44f17bcabc1d4933d05963a0
parent28b6f5b46c1fc7981550be98fa7980d0692dd403
fix two bugs concerning blocking fds

para_server's command socked and the socket of the http_sender
were blocking file descriptors. So make them non-blocking.
http_send.c
server.c