view src/http/v2/ngx_http_v2_huff_encode.c @ 6312:1d696c646d81

Stop emulating a space character after r->method_name. This is an API change. The proxy module was modified to not depend on this in 44122bddd9a1. No known third-party modules seem to depend on this.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Nov 2015 12:54:01 +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>