view auto/cc/acc @ 7293:d588987701f4

HTTP/2: validate client request scheme. The scheme is validated as per RFC 3986, Section 3.1.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 07 Jun 2018 11:47:10 +0300
parents 9eefb38f0005
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


# aCC: HP ANSI C++ B3910B A.03.55.02

# C89 mode

CFLAGS="$CFLAGS -Ae"
CC_TEST_FLAGS="-Ae"

PCRE_OPT="$PCRE_OPT -Ae"
ZLIB_OPT="$ZLIB_OPT -Ae"