Author: poeml Date: Sat Mar 27 16:01:12 2010 New Revision: 8020 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8020&view=rev Log: mirrorprobe: - A hard-to-catch exception is now handled. If Python's socket module ran into a timeout while reading a chunked response, the exception would not be passed correctly to the upper layer, so it could not be caught by its name. We now wrap the entire thread into another exception, which would otherwise be bad practice, but is probably okay here, since we already catch all other exceptions. Modified: trunk/docs/changes.rst Modified: trunk/docs/changes.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/changes.rst?rev=8020&r1=8019&r2=8020&view=diff ============================================================================== --- trunk/docs/changes.rst (original) +++ trunk/docs/changes.rst Sat Mar 27 16:01:12 2010 _at_@ -14,6 +14,9 @@ Need to describe the "failure case" when the hash table doesn't exist yet, but mod_mirrorbrain can't prepare its statements then. Or: fix it. + => the problem is that when mod_mirrorbrain is already upgraded and reloaded, but no script has + created the missing hash table yet + * The requirement on the metalink package has been removed. _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sat Mar 27 2010 - 15:01:21 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT