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

Piotr Sikora piotrsikora at google.com
Tue May 30 03:26:50 UTC 2017


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!

Best regards,
Piotr Sikora


More information about the nginx-devel mailing list