Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

Bugfix: post_catch formatting error; rm unused http client #23

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

What and why?

This fixes a bug where post sting catches via the boardwalkd protocol client would fail because the URL path was improperly formatted

This also removes an unused AsyncHTTPClient, and fixes a string to match the typical formatting of output messages in this codebase

How was this tested?

tested locally

Checklist