I\'m wondering how I can tell if all the data has been received from a socket. It\'s a simple web proxy and right now I\'m handling the request part, so what\'s sent should term
It depends if you are on a Blocking or Non-Blocking socket.