mirror of
https://github.com/nginx/nginx.git
synced 2024-12-11 09:49:02 +08:00
QUIC: fixed stream read event log.
Previously, the main connection log was there. Now it's the stream connection log.
This commit is contained in:
parent
8d2d2c5f8f
commit
0f1478706d
@ -3892,8 +3892,8 @@ ngx_quic_create_stream(ngx_connection_t *c, uint64_t id, size_t rcvbuf_size)
|
||||
sn->c->send = ngx_quic_stream_send;
|
||||
sn->c->send_chain = ngx_quic_stream_send_chain;
|
||||
|
||||
sn->c->read->log = c->log;
|
||||
sn->c->write->log = c->log;
|
||||
sn->c->read->log = log;
|
||||
sn->c->write->log = log;
|
||||
|
||||
log->connection = sn->c->number;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user