Search Results

0
votes

Please help me figure out what’s wrong with this web proxy code

Is the client socket blocking? If so, you may want to try non-blocking I/O or set a socket timeout. …