@davidfor: If it is happening on the last packet, it sounds like the Kobo browser is not doing a proper TCP shutdown. i.e. it is not sending FIN followed by waiting for ACK, instead it is just closing the connection causing the kernel to send RST.
The question is why is it happening with the new server and not the old? Does removing the Content-Length header make a difference?
|