You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite http client - it should be possible to make an http request with one (request) or three (init, request, shutdown) function calls without the complicated setup.
The text was updated successfully, but these errors were encountered:
This patch, inspired by anyuta1166#5, not only cleans out unused
error codes, but adds human-readable error descriptions as well.
Inadyn has for a long time now had better syslog messages in general,
and with this we now also get a better dying gasp message on failure.
Signed-off-by: Joachim Nilsson <[email protected]>
Rewrite http client - it should be possible to make an http request with one (request) or three (init, request, shutdown) function calls without the complicated setup.
The text was updated successfully, but these errors were encountered: