diff --git a/src/http.c b/src/http.c index a8288a020..a556a88a1 100644 --- a/src/http.c +++ b/src/http.c @@ -973,7 +973,7 @@ int http_parse_stline(const struct ist line, struct ist *p1, struct ist *p2, str } -/* post-initializes the HTTP parts. Returns non-zero on error, with +/* post-initializes the HTTP parts. Returns zero on error, with * pointing to the error message. */ int init_http(char **err)