diff src/http/v3/ngx_http_v3_uni.h @ 9108:f742b1b46901 quic

HTTP/3: removed server push support.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 12 May 2023 10:02:10 +0400
parents 18d23ed15eef
children
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_uni.h	Sun May 14 12:30:11 2023 +0400
+++ b/src/http/v3/ngx_http_v3_uni.h	Fri May 12 10:02:10 2023 +0400
@@ -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);