Skip to content
Snippets Groups Projects

Meaningful help on HTTP::Tiny errors.

Merged Dan Sheppard requested to merge github/fork/ens-ds23/master into master
  1. Feb 12, 2016
    • Dan Sheppard's avatar
      Meaningful help on HTTP::Tiny errors. · 9cd8779c
      Dan Sheppard authored
      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.
      9cd8779c