Skip to content

Add Support For Drone Error

Rishi Panthee requested to merge fix-500-errors into master

Drone by @Deathwing returns 500 on errors instead of 200 which JUSSI does. This caused dhive to constantly retry on errors. This fixes that when the status is 500 and a JSON RPC error is returned.

Merge request reports