summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic_frames.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2022-02-14 14:53:46 +0300
committerRoman Arutyunyan <arut@nginx.com>2022-02-14 14:53:46 +0300
commitf15459fc466b12e3c1591b4d0a06c113f7a591c5 (patch)
tree2afe881d8e877e9d9ed50d6469442e2f631b5963 /src/event/quic/ngx_event_quic_frames.h
parent055025fa3b6d42d61ee99d8b6d26a0bf93444e85 (diff)
downloadnginx-f15459fc466b12e3c1591b4d0a06c113f7a591c5.tar.gz
nginx-f15459fc466b12e3c1591b4d0a06c113f7a591c5.tar.bz2
QUIC: eliminated ngx_quic_copy_buf().
Its only call is substituted with QUIC buffer write/read pair.
Diffstat (limited to 'src/event/quic/ngx_event_quic_frames.h')
-rw-r--r--src/event/quic/ngx_event_quic_frames.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_frames.h b/src/event/quic/ngx_event_quic_frames.h
index 48cb22e91..fbff68e5d 100644
--- a/src/event/quic/ngx_event_quic_frames.h
+++ b/src/event/quic/ngx_event_quic_frames.h
@@ -24,8 +24,6 @@ ngx_int_t ngx_quic_split_frame(ngx_connection_t *c, ngx_quic_frame_t *f,
size_t len);
ngx_chain_t *ngx_quic_alloc_chain(ngx_connection_t *c);
-ngx_chain_t *ngx_quic_copy_buf(ngx_connection_t *c, u_char *data,
- size_t len);
void ngx_quic_free_chain(ngx_connection_t *c, ngx_chain_t *in);
ngx_chain_t *ngx_quic_read_buffer(ngx_connection_t *c, ngx_quic_buffer_t *qb,