On Fri, Dec 29, 2017 at 06:18:00PM +0000, Lucas Rolff wrote:
> I think you forgot to attach the patch

Grrr common mistake, sorry.

> I did try to add the continue patch for the "blacklisted" headers, and same 
> result (now in this case, it happened on the website request itself:

Thanks, I'll take a look once I'm home.

Willy
diff --git a/src/h2.c b/src/h2.c
index 43ed7f3..1f8c7c8 100644
--- a/src/h2.c
+++ b/src/h2.c
@@ -32,6 +32,9 @@
 #include <common/ist.h>
 
 
+#include <stdio.h>
+#define goto while (fprintf(stderr, "%s:%d\n", __FUNCTION__, __LINE__),1) goto
+
 /* Prepare the request line into <*ptr> (stopping at <end>) from pseudo headers
  * stored in <phdr[]>. <fields> indicates what was found so far. This should be
  * called once at the detection of the first general header field or at the end

Reply via email to