make the error handling less awkward #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: Yessiest/landline#10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently the handle method only allows to define headers and contents of the page sent. it does not allow setting a different code (which is occasionally useful), and since all errors are caught at the top level of the call stack (usually in a path's process_wrapped method), setting up a pipeline to catch errors on a lower level is almost entirely useless, as the error is handled immediately and then sent to the response finalizer.