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/msg31231.html

Ah indeed, now applied, thank you!

Willy



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
> @@ -905,7 +905,7 @@ int http_find_next_url_param(const char **chunks,
>  }
>  
>  
> -/* 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)
> 

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/msg31231.html

Best regards
Tim Düsterhus



[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,
 }
 
 
-/* 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)
-- 
2.19.0