[mythtv-commits] mythtv commit: r24994 - in trunk/mythtv by cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Sun Jun 6 04:09:38 UTC 2010
Author: cpinkham
Date: 2010-06-06 04:09:38 +0000 (Sun, 06 Jun 2010)
New Revision: 24994
Changeset: http://svn.mythtv.org/trac/changeset/24994
Modified:
trunk/mythtv/libs/libmythdb/mythsocket.cpp
trunk/mythtv/libs/libmythdb/mythsocket.h
trunk/mythtv/libs/libmythdb/mythsocketthread.cpp
trunk/mythtv/libs/libmythdb/mythversion.h
trunk/mythtv/programs/mythbackend/filetransfer.cpp
trunk/mythtv/programs/mythbackend/mainserver.cpp
Log:
Disable only the ReadyRead callbacks for FileTransfer uploads.
Previously, we disabled all callbacks which caused the upload
socket to not be closed properly when the upload completed.
References #8519. This solves the issue in the ticket, in a
different way than the patch attached to the ticket.
After a few days, if there are no regressions, I'll commit
this to -fixes as well and close the ticket.
This bumps the binary API version since libmythdb is modified,
so make clean, recompiled plugins, whatever you normally do in
this case.
More information about the mythtv-commits
mailing list