b816673 Fixes for client communication

2 files Authored by sbose 14 years ago, Committed by sgallagh 14 years ago,
    Fixes for client communication
    
    - catch all errors of send() and recv(), not only EAGAIN
    - check if send() or recv() return EWOULDBLOCK or EINTR
    - remove unused parameter from client_send() and client_recv()
    - fix a debugging message