]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make recv_pattern() use the nonblock API.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 Apr 2010 17:54:06 +0000 (19:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 Apr 2010 17:54:06 +0000 (19:54 +0200)
commit8a63543fdfbd3b5d00e4afecfbc397795a49ed04
tree3a81430fc9bbff6c83d7d1f5634210394a7f5eed
parentde7b5b177b8ad295820bd14c00b049fd8a5ec21f
Make recv_pattern() use the nonblock API.

Move it to fd.c and rename it to read_pattern(). Both users, http_recv.c and http_send.c,
are adjusted accordingly.
error.h
fd.c
fd.h
http_recv.c
http_send.c
net.c
net.h