G
Guest
I'm trying to read files from the request using the ReadEntityBody method on the HttpWorkerRequest
Most of the time it works fine to get chunks from the request but sometimes it takes a long time before this function returns and it doesn't read any bytes. The return value is 0 bytes read
I also check IsClientConnected() on the request to avoid reading a closed request
What could be the possible cause or beter a solution for this problem
Kind Regards
Bjorn
Most of the time it works fine to get chunks from the request but sometimes it takes a long time before this function returns and it doesn't read any bytes. The return value is 0 bytes read
I also check IsClientConnected() on the request to avoid reading a closed request
What could be the possible cause or beter a solution for this problem
Kind Regards
Bjorn