Some sources were missing.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
diff --git a/src/http/v2/ngx_http_v2.h b/src/http/v2/ngx_http_v2.h
|
||||
index ae826af..41086a6 100644
|
||||
--- a/src/http/v2/ngx_http_v2.h
|
||||
+++ b/src/http/v2/ngx_http_v2.h
|
||||
@@ -490,4 +490,8 @@ ngx_http_v2_table_resize(ngx_http_v2_connection_t *h2c);
|
||||
ngx_http_v2_write_header(h2c, pos, (u_char *) key, sizeof(key) - 1, \
|
||||
val.data, val.len, tmp);
|
||||
|
||||
+#define ngx_http_v2_write_header_pot(key, val) \
|
||||
+ ngx_http_v2_write_header(h2c, pos, (u_char *) key, sizeof(key) - 1, \
|
||||
+ val->data, val->len, tmp);
|
||||
+
|
||||
#endif /* _NGX_HTTP_V2_H_INCLUDED_ */
|
||||
diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c
|
||||
index 6a210d4..8a59424 100644
|
||||
--- a/src/http/v2/ngx_http_v2_filter_module.c
|
||||
|
||||
Reference in New Issue
Block a user