view auto/have @ 5690:fb56f5d612a0

SPDY: improved error handling of header block decompression. Now cases when decompression failed due to internal error and when a client sent corrupted data are distinguished.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 30 Apr 2014 20:34:20 +0400
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  1
#endif

END