-
- Downloads
Error is now raised via req.error helper, which automatically adds already...
Error is now raised via req.error helper, which automatically adds already known info (method, request id), thus calls are terser. Client's Error communicates request id, if received from server. exc_info made explicit everywhere. Automatic exc_info gathering sometimes returned bogus info about unrelated exception from far before.
Showing
- warden3/warden_client/warden_client.py 23 additions, 15 deletionswarden3/warden_client/warden_client.py
- warden3/warden_client/warden_curl_test.sh 20 additions, 0 deletionswarden3/warden_client/warden_curl_test.sh
- warden3/warden_server/warden_server.py 41 additions, 28 deletionswarden3/warden_server/warden_server.py
Loading
Please register or sign in to comment