mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-12 04:25:09 -05:00
shrpx: Log stream ID when submitting RST_STREAM to downstream
This commit is contained in:
parent
ceba5539a1
commit
39df51188c
@ -141,7 +141,8 @@ int SpdyDownstreamConnection::submit_rst_stream(Downstream *downstream)
|
|||||||
default:
|
default:
|
||||||
if(LOG_ENABLED(INFO)) {
|
if(LOG_ENABLED(INFO)) {
|
||||||
DCLOG(INFO, this) << "Submit RST_STREAM for DOWNSTREAM:"
|
DCLOG(INFO, this) << "Submit RST_STREAM for DOWNSTREAM:"
|
||||||
<< downstream;
|
<< downstream << ", stream_id="
|
||||||
|
<< downstream->get_downstream_stream_id();
|
||||||
}
|
}
|
||||||
rv = spdy_->submit_rst_stream(this,
|
rv = spdy_->submit_rst_stream(this,
|
||||||
downstream->get_downstream_stream_id(),
|
downstream->get_downstream_stream_id(),
|
||||||
|
Loading…
Reference in New Issue
Block a user