summaryrefslogtreecommitdiff
path: root/modules/http2/h2_push.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http2/h2_push.h')
-rw-r--r--modules/http2/h2_push.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http2/h2_push.h b/modules/http2/h2_push.h
index 64edee65d1..b98a2f73e1 100644
--- a/modules/http2/h2_push.h
+++ b/modules/http2/h2_push.h
@@ -20,9 +20,9 @@ struct h2_response;
struct h2_ngheader;
typedef struct h2_push {
- int initiating_id;
+ int initiating_id;
const struct h2_request *req;
- const char *as;
+ h2_priority prio;
} h2_push;