Re: [PATCH] CLEANUP: http: Fix typo in init_http's comment

2018-11-27 Thread Willy Tarreau
On Mon, Nov 26, 2018 at 12:42:06PM +0100, Tim Düsterhus wrote: > While cleaning up my local branches I noticed that this patch is not yet > merged and probably slipped through. > > Message-ID: 20180915224230.12922-1-...@bastelstu.be > Archive : https://www.mail-archive.com/haproxy@formilux.org/m

Re: [PATCH] CLEANUP: http: Fix typo in init_http's comment

2018-11-26 Thread Tim Düsterhus
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 > @@ -90

[PATCH] CLEANUP: http: Fix typo in init_http's comment

2018-09-15 Thread 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, } -/