diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2021-12-16 17:07:11 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2021-12-16 17:07:11 +0300 |
| commit | 703be8c8f6db385b76c0c8b394cc3b2220639616 (patch) | |
| tree | 642292c9b3697264dad56f1513535dd9ec892d55 /src/event/quic/ngx_event_quic_frames.h | |
| parent | 4d79f94221db9959a4bb3fee6fb3fc21d52266e8 (diff) | |
| download | nginx-703be8c8f6db385b76c0c8b394cc3b2220639616.tar.gz nginx-703be8c8f6db385b76c0c8b394cc3b2220639616.tar.bz2 | |
QUIC: removed ngx_quic_copy_chain().
The function is unused.
Diffstat (limited to 'src/event/quic/ngx_event_quic_frames.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_frames.h | 2 |
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 671b6e649..45505601f 100644 --- a/src/event/quic/ngx_event_quic_frames.h +++ b/src/event/quic/ngx_event_quic_frames.h @@ -26,8 +26,6 @@ ngx_int_t ngx_quic_split_frame(ngx_connection_t *c, ngx_quic_frame_t *f, 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); -ngx_chain_t *ngx_quic_copy_chain(ngx_connection_t *c, ngx_chain_t *in, - size_t limit); void ngx_quic_trim_chain(ngx_chain_t *in, size_t size); void ngx_quic_free_chain(ngx_connection_t *c, ngx_chain_t *in); ngx_chain_t *ngx_quic_read_chain(ngx_connection_t *c, ngx_chain_t **chain, |
