GNOME Bugzilla – Bug 773422
net: Always return an error on failure
Last modified: 2016-10-24 14:52:56 UTC
.
Created attachment 338349 [details] [review] net: Downgrade verbose error output to a GRL_DEBUG() And don't mark debug strings as translatable.
Created attachment 338350 [details] [review] net: Always return an error on failure When getting a "Gateway timeout" error, or any other errors not handled in the switch statement, we should make sure to return an error.
Review of attachment 338349 [details] [review]: sure
Review of attachment 338350 [details] [review]: ok
Attachment 338349 [details] pushed as cd58c04 - net: Downgrade verbose error output to a GRL_DEBUG() Attachment 338350 [details] pushed as b424544 - net: Always return an error on failure