apache error log filling up with ob_end_flush()

simur612

Member
May 25, 2018
879
0
16
Hi,
I run rutorrent on FreeBSD 8.1 (apache 2.2.21, PHP 5.3.8, libtorrent 0.12.9, rtorrent 0.8.9, rutorrent SVN rev #1949).
rutorrent connects to rtorrent over SCGI on the same server. I run rutorrent over HTTPS on apache 2.2 with mod_php and a .htaccess locking rutorrent down with a username/password.
Recently I've been unable to use rutorrent because the apache error log fills up with the following error when a browser has an active session on rutorrent.
Code:
[Thu Jan 12 20:01:18 2012] [error] [client xxx.xxx.xxx.xxx] PHP Notice: ob_end_flush(): failed to delete buffer zlib output compression in /path/to/rutorrent/php/util.php on line 500, referer: https://some.do.main/Does anyone have any idea why this happens? I'm guessing it's some PHP configuration I'm missing, but I can't see what.
 

randac56

Member
May 25, 2018
915
0
16
1) This may happens only if you have zlib.output_compression is turned to On and if you use plugin 'data' for retrieve data from server.
2) This is a fixed now.
3) Please, USE PROJECT'S ISSUES page for error reporting.
 

simur612

Member
May 25, 2018
879
0
16
1) I have all these conditions, so you are proably right.
2) SVN rev #1950 fetched. Seems to do the trick! Thanks a lot for fixing the issue so fast, I'm impressed!
3) Noted

All the best