Bug#375677: A question about Jose's patch

2006-07-05 Thread Bill Lash
If the errback is being called with an argument of Failure(Exception()) everywhere, shouldn't the argument to addCallbacks also use this? That would make the last part of the patch look like:@@ -1568,7 +1568,7 @@ (deferred, self), None,- None, None)+ Failure(Exception()), None) else: -

Bug#375677: A question about Jose's patch

2006-07-05 Thread Chris Halls
Bill Thanks a lot for looking at these problems. The codebase has changed a lot since the version in unstable, and I have fixed a lot of these problems already. You can see the current code at http://svn.debian.org/wsvn/apt-proxy/people/halls/rework/apt_proxy/?rev=0sc=0 I had already modified