Skip to content

Meaningful help on HTTP::Tiny errors.

Marek Szuba requested to merge github/fork/ens-ds23/master into master

Created by: ens-ds23

HTTP::Tiny uses status code 599 for internal errors and puts a description in the /body/, not the status line, which uselessly says "Internal Exception". When reporting errors for status 599, use content, not status line to report back up the chain.

Merge request reports