diff options
author | Vladimir Homutov <vl@nginx.com> | 2022-01-21 11:41:39 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2022-01-21 11:41:39 +0300 |
commit | a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe (patch) | |
tree | 7aecd05ddabc4474533c5bba4dd69543dece207d | |
parent | 67b9f081d0510fe1132c61561a0d1405506c11c0 (diff) | |
download | nginx-a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe.tar.gz nginx-a0aa287d13ef8d9b6916d3b52e9bfa2aa30871fe.zip |
QUIC: removed stale declaration.
The ngx_quic_get_unconnected_socket() was removed in 1e2f4e9c8195.
-rw-r--r-- | src/event/quic/ngx_event_quic_socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_socket.h b/src/event/quic/ngx_event_quic_socket.h index e15996883..68ecc063d 100644 --- a/src/event/quic/ngx_event_quic_socket.h +++ b/src/event/quic/ngx_event_quic_socket.h @@ -23,7 +23,6 @@ ngx_int_t ngx_quic_listen(ngx_connection_t *c, ngx_quic_connection_t *qc, void ngx_quic_close_socket(ngx_connection_t *c, ngx_quic_socket_t *qsock); ngx_quic_socket_t *ngx_quic_find_socket(ngx_connection_t *c, uint64_t seqnum); -ngx_quic_socket_t *ngx_quic_get_unconnected_socket(ngx_connection_t *c); #endif /* _NGX_EVENT_QUIC_SOCKET_H_INCLUDED_ */ |