PHP socket question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

1st Feb 2019, 5:09 AM
Hazmat
Hazmat - avatar
0 Answers