view src/http/v2/ngx_http_v2_huff_encode.c @ 6267:adaac65899c8

HTTP/2: improved HPACK integer parsing code readability. No functional changes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 Oct 2015 21:26:38 +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>