CLEANUP: http: Fix typo in init_http's comment

It read "non-zero" where it should read zero.
diff --git a/src/http.c b/src/http.c
index a8288a0..a556a88 100644
--- a/src/http.c
+++ b/src/http.c
@@ -973,7 +973,7 @@
 }
 
 
-/* post-initializes the HTTP parts. Returns non-zero on error, with <err>
+/* post-initializes the HTTP parts. Returns zero on error, with <err>
  * pointing to the error message.
  */
 int init_http(char **err)