diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-11-30 14:30:59 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-11-30 14:30:59 +0300 |
| commit | a981efe6e803acc17af428ea16385df1e8e05c00 (patch) | |
| tree | 857571d41ba0642002de1bedbe243d3d21760064 /src/event/quic/ngx_event_quic_output.h | |
| parent | ac851d7f69362ffeff4fe1f581434ab3ac9f9c59 (diff) | |
| download | nginx-a981efe6e803acc17af428ea16385df1e8e05c00.tar.gz nginx-a981efe6e803acc17af428ea16385df1e8e05c00.tar.bz2 | |
QUIC: ngx_quic_send_alert() callback moved to its place.
Diffstat (limited to 'src/event/quic/ngx_event_quic_output.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_output.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/event/quic/ngx_event_quic_output.h b/src/event/quic/ngx_event_quic_output.h index 396932fe2..66b7d12ff 100644 --- a/src/event/quic/ngx_event_quic_output.h +++ b/src/event/quic/ngx_event_quic_output.h @@ -19,9 +19,6 @@ ngx_int_t ngx_quic_output(ngx_connection_t *c); ngx_int_t ngx_quic_negotiate_version(ngx_connection_t *c, ngx_quic_header_t *inpkt); -int ngx_quic_send_alert(ngx_ssl_conn_t *ssl_conn, - enum ssl_encryption_level_t level, uint8_t alert); - ngx_int_t ngx_quic_send_stateless_reset(ngx_connection_t *c, ngx_quic_conf_t *conf, ngx_quic_header_t *pkt); ngx_int_t ngx_quic_send_cc(ngx_connection_t *c); |
