0
PHP socket question
What Iâm trying to build: a URL directory fuzzer Question: If the anonymous server isnât defining the socket as a non-blocking socket ( provided the default is blocking), if I set the socket on the client to non-blocking, will that connection throw an error or will the server socket accept the connection? Iâm trying to see if I can make async requests to that anonymous server.
0 Answers