view src/http/v2/ngx_http_v2_huff_encode.c @ 6247:fbbb1c1ce1eb

Sub filter: fixed initialization in http{} level (ticket #791). If sub_filter directive was only specified at http{} level, sub filter internal data remained uninitialized. That would lead to a crash in runtime.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 21 Sep 2015 23:08:34 +0300
parents 257b51c37c5a
children ba3c2ca21aa5
line wrap: on
line source


/*
 * Copyright (C) Nginx, Inc.
 * Copyright (C) Valentin V. Bartenev
 */


#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>