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.
1 ответ