]> git.ipfire.org Git - pakfire.git/commit
client/daemon: Don't make internal server errors fatal for keepalives/updates.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Apr 2012 15:02:09 +0000 (17:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Apr 2012 15:02:09 +0000 (17:02 +0200)
commite3eb933336605515fe8cc9968a83a37b7df6b257
tree10ff3a467e340697cf3ebbba9bf615112007682f
parent39097e291ae050dbefe2dfa265e55dd330328acd
client/daemon: Don't make internal server errors fatal for keepalives/updates.

Because sometime, the hub could have some hiccups, this is no
reason to kill the daemon. It should retry sending the request in a short
time.

However, we should now about the error and so the last try would
raise an exception.
po/pakfire.pot
python/pakfire/client/base.py
python/pakfire/client/transport.py
python/pakfire/errors.py