503 on https://keychecker.trufflesecurity.com/publickey
sinnwise opened this issue · 1 comments
sinnwise commented
Describe the bug
Currently when you run driftwood
, it loops within the main client for loop and then doesn't ever exit.
This is because driftwood
doesn't throw a fatal exception during the loop and exit upon receiving a non HTTP-OK response.
To Reproduce
Steps to reproduce the behaviour:
- Run driftwood against any private key
Expected behavior
The program:
- doesn't loop when receiving non-OK HTTP response patterns
The API:
- doesn't 503
Desktop (please complete the following information):
- All versions
Additional context
Let me know if you want a PR for adding non-ok pattern matching
dustin-decker commented
This is resolved.