-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
The return value of http_ng backends is inconsistent, some backends return errors while others return response objects with error fields. This leads to some code paths checking for errors (always nil for resty backends) while others check the response object for errors or ignore errors altogether.
We should investigate and unify error handling across the entire project.