h2_make_h1_request:153
h2_frt_decode_headers:2621
h2_frt_decode_headers:2643

/* this can be any type of header */
/* RFC7540#8.1.2: upper case not allowed in header field names */
for (i = 0; i < list[idx].n.len; i++)
        if ((uint8_t)(list[idx].n.ptr[i] - 'A') < 'Z' - 'A')
                goto fail;

That’s an interesting place to fail

- Lucas R

On 29/12/2017, 19.36, "Willy Tarreau" <w...@1wt.eu> wrote:

    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
    

Reply via email to