linux cPP uses socket to simulate receiving http requests, and socket blocking does not set a timeout. When a get request for the same http is initiated with Firefox,chrome,IE under Windows or Linux, it only takes about 100 microseconds for recv to complete, but if the request is initiated with 360browser under Windows, the socket connection is established but blocked here in recv (). What is the reason why
recv () did not return?