diff src/http/v2/ngx_http_v2_huff_encode.c @ 6246:257b51c37c5a

The HTTP/2 implementation (RFC 7240, 7241). The SPDY support is removed, as it's incompatible with the new module.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 11 Sep 2015 20:13:06 +0300
parents
children ba3c2ca21aa5
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/src/http/v2/ngx_http_v2_huff_encode.c
@@ -0,0 +1,10 @@
+
+/*
+ * Copyright (C) Nginx, Inc.
+ * Copyright (C) Valentin V. Bartenev
+ */
+
+
+#include <ngx_config.h>
+#include <ngx_core.h>
+#include <ngx_http.h>