View Single Post
Old 05-29-2017, 11:08 AM   #381
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,544
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote