Quick fix for dump problem:
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 2 Aug 2007 04:15:30 +0000 (04:15 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 2 Aug 2007 04:15:30 +0000 (04:15 +0000)
commit24cc59f3b97df1b8e1a68068e22ec7a252cd47be
tree985c7d6fd52f1ab8056fb71425a219fbdf7b3777
parent9bf28ce7c9f8472b13fb0ce576ed8360449e67c5
Quick fix for dump problem:
Errors are ignored on a connection once it's died, so additional exceptions weren't getting thrown.
We weren't detecting this case and ended up spitting out the rest of the XML without any more text.
Should now die correctly once the timeouts finish.
maintenance/dumpTextPass.php