Skip to content
Snippets Groups Projects
  1. Feb 18, 2015
    • Pavel Kácha's avatar
      - Apache times out connection, but httplib does not signal that · 1033633c
      Pavel Kácha authored
        consistently. Possible keeping and reopening where possible will need more
        work and testing, I'm not keen to try to clench in now. So - changed to
        reopening connection each time, which will possibly affect performance (on
        small queries).
      - Both server and client library now defaults to get_events_limit instead of 1
      1033633c
  2. Feb 06, 2015
    • Pavel Kácha's avatar
      Fixed req_id format · a485408f
      Pavel Kácha authored
      Fixed Recon id in catmap
      Fixed isoformat calling on None
      Shortened validation error message
      Fixed rejecting of Test messages
      a485408f
  3. Feb 03, 2015
  4. Jan 23, 2015
  5. Jan 22, 2015
  6. Jan 17, 2015
    • Pavel Kácha's avatar
      Error is now raised via req.error helper, which automatically adds already... · f83b3adb
      Pavel Kácha authored
      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.
      f83b3adb
  7. Jan 15, 2015
  8. Jan 08, 2015
  9. Aug 19, 2014
Loading