[PATCH] HTTP/2: add debug logging of pseudo-headers and cookies

Valentin V. Bartenev vbart at nginx.com
Tue May 30 16:38:18 UTC 2017


On Monday 29 May 2017 20:26:50 Piotr Sikora via nginx-devel wrote:
> Hey Valentin,
> 
> > +        h = ngx_list_push(&r->headers_in.headers);
> > +        if (h == NULL) {
> > +            return ngx_http_v2_connection_error(h2c, NGX_HTTP_V2_INTERNAL_ERROR);
> 
> This needs to wrap, since the line is too long.
> 
> Otherwise, looks good, thanks!
>

Committed: http://hg.nginx.org/nginx/rev/ab6ef3037840

Thank you!

  wbr, Valentin V. Bartenev



More information about the nginx-devel mailing list