]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. In socket_connected(): if the select() fails because it is interrupted
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 17 Oct 2009 17:15:54 +0000 (17:15 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 17 Oct 2009 17:15:54 +0000 (17:15 +0000)
commit15129d049ad3dc670fdca781efb5a80c48b462c8
tree10c3f01d3a465846b7d9ba18606c72b749815245
parenta67a6efc4a3789b9d0e62f785aa06e1b35196334
1. In socket_connected(): if the select() fails because it is interrupted
by a signal, it doesn't mean that the socket is invalid, so try again.

2. In _socket_handle_client_data(): remove two unnecessary calls to the
osrf_clearbuf macro.

3. Add more doxygen-style comments to document the functions; edit a few
existing comments in various ways.

M    src/libopensrf/socket_bundle.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1820 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/socket_bundle.c