icing / mod_h2

HTTP/2 module for Apache httpd
https://icing.github.io/mod_h2/
Apache License 2.0
256 stars 41 forks source link

In case, nghttp is ignoring -a param, skip tests. #199

Closed uhliarik closed 4 years ago

uhliarik commented 4 years ago

if there is some output on stderr when nghttp -a is executed, skip tests where -a param is used.

uhliarik commented 4 years ago

e.g. when nghttp is compiled without libxml:

# nghttp -a
[WARNING]: -a, --get-assets option is ignored because
the binary was not compiled with libxml2.
icing commented 4 years ago

Nice check! Thanks.