comparison src/http/ngx_http_request.h @ 8664:f61d347158d0 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 15 Dec 2020 16:55:43 +0000
parents 9dce2978e4fd 8989fbd2f89a
children e1eb7f4ca9f1
comparison
equal deleted inserted replaced
8663:1823e2152fc4 8664:f61d347158d0
468 /* URI with "+" */ 468 /* URI with "+" */
469 unsigned plus_in_uri:1; 469 unsigned plus_in_uri:1;
470 470
471 /* URI with " " */ 471 /* URI with " " */
472 unsigned space_in_uri:1; 472 unsigned space_in_uri:1;
473
474 /* URI with empty path */
475 unsigned empty_path_in_uri:1;
473 476
474 unsigned invalid_header:1; 477 unsigned invalid_header:1;
475 478
476 unsigned add_uri_to_alias:1; 479 unsigned add_uri_to_alias:1;
477 unsigned valid_location:1; 480 unsigned valid_location:1;