diff options
author | Roman Arutyunyan <arut@nginx.com> | 2023-05-12 10:02:10 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2023-05-12 10:02:10 +0400 |
commit | e4edf78bac950213e00bb97ac46ece807f3cc073 (patch) | |
tree | d5d58d85e5997f1854d558b903bb74f410a15f02 /src/http/v3/ngx_http_v3_uni.h | |
parent | 0a3c79614521d7612b63eff4e09c25ed219fb65b (diff) | |
download | nginx-e4edf78bac950213e00bb97ac46ece807f3cc073.tar.gz nginx-e4edf78bac950213e00bb97ac46ece807f3cc073.zip |
HTTP/3: removed server push support.
Diffstat (limited to 'src/http/v3/ngx_http_v3_uni.h')
-rw-r--r-- | src/http/v3/ngx_http_v3_uni.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/v3/ngx_http_v3_uni.h b/src/http/v3/ngx_http_v3_uni.h index 8c1eb99d3..911e153d7 100644 --- a/src/http/v3/ngx_http_v3_uni.h +++ b/src/http/v3/ngx_http_v3_uni.h @@ -17,12 +17,6 @@ void ngx_http_v3_init_uni_stream(ngx_connection_t *c); ngx_int_t ngx_http_v3_register_uni_stream(ngx_connection_t *c, uint64_t type); -ngx_connection_t *ngx_http_v3_create_push_stream(ngx_connection_t *c, - uint64_t push_id); -ngx_int_t ngx_http_v3_set_max_push_id(ngx_connection_t *c, - uint64_t max_push_id); -ngx_int_t ngx_http_v3_goaway(ngx_connection_t *c, uint64_t push_id); -ngx_int_t ngx_http_v3_cancel_push(ngx_connection_t *c, uint64_t push_id); ngx_int_t ngx_http_v3_cancel_stream(ngx_connection_t *c, ngx_uint_t stream_id); ngx_int_t ngx_http_v3_send_settings(ngx_connection_t *c); |