CLEANUP: http: Fix typo in init_http's comment

It read "non-zero" where it should read zero.
This commit is contained in:
Tim Duesterhus 2018-09-16 00:42:30 +02:00 committed by Willy Tarreau
parent d913800a7d
commit 3f024f3be5

View File

@ -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 <err>
/* post-initializes the HTTP parts. Returns zero on error, with <err>
* pointing to the error message.
*/
int init_http(char **err)