mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
QUIC: removed ngx_quic_error_text() declaration.
This is a leftover from cab3b7a070ef.
This commit is contained in:
parent
a3163fa4b2
commit
62b2eea0fe
@ -337,8 +337,6 @@ typedef struct {
|
|||||||
} ngx_quic_header_t;
|
} ngx_quic_header_t;
|
||||||
|
|
||||||
|
|
||||||
u_char *ngx_quic_error_text(uint64_t error_code);
|
|
||||||
|
|
||||||
ngx_int_t ngx_quic_parse_packet(ngx_quic_header_t *pkt);
|
ngx_int_t ngx_quic_parse_packet(ngx_quic_header_t *pkt);
|
||||||
|
|
||||||
size_t ngx_quic_create_version_negotiation(ngx_quic_header_t *pkt, u_char *out);
|
size_t ngx_quic_create_version_negotiation(ngx_quic_header_t *pkt, u_char *out);
|
||||||
|
Loading…
Reference in New Issue
Block a user