Willy, Am 16.09.18 um 00:42 schrieb Tim Duesterhus: > It read "non-zero" where it should read zero. > --- > src/http.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/http.c b/src/http.c > index 932f3cf7..1ca1805b 100644 > --- a/src/http.c > +++ b/src/http.c > @@ -905,7 +905,7 @@ int http_find_next_url_param(const char **chunks, > } > > > -/* 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) >
While cleaning up my local branches I noticed that this patch is not yet merged and probably slipped through. Message-ID: [email protected] Archive : https://www.mail-archive.com/[email protected]/msg31231.html Best regards Tim Düsterhus

