Quote
Any suggestions??
Such error is occured for me, when i use lighttpd server on FreeBSD with option
server.network-backend = "write"
As result, sometime web-server send to client only first 64K of content. In lighttpd.error.log i see:
2010-02-25 11:18:35: (network_write.c.55) write failed: Resource temporarily unavailable 8
2010-02-25 11:18:35: (connections.c.607) connection closed: write failed on fd 8
and in lighttpd.access.log:
213.141.137.158 xx.xx.xx.xx:8080 test [25/Feb/2010:11:11:00 +0000] "POST /rutorrent/php/getplugins.php HTTP/1.1" 200 65528 "
http://xx.xx.xx.xx:8080/rutorrent/" "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)"
See to size of content - 65528 instead > 100K.
For avoid this error
1) Update your copy of ruTorrent from svn.
2) Replace value of server.network-backend option to "freebsd-sendfile", if you use lihttpd on freebsd.