Well, it was only a guess. The other thing you could try is adding some print statements to see if the client is actually receiving all the data or aborting in between. You can change line 310 to disable the use of sendfile and then add the prints to the write() method to see what is being written to the socket.
|