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:
|
||||
if(LOG_ENABLED(INFO)) {
|
||||
DCLOG(INFO, this) << "Submit RST_STREAM for DOWNSTREAM:"
|
||||
<< downstream;
|
||||
<< downstream << ", stream_id="
|
||||
<< downstream->get_downstream_stream_id();
|
||||
}
|
||||
rv = spdy_->submit_rst_stream(this,
|
||||
downstream->get_downstream_stream_id(),
|
||||
|
|
Loading…
Reference in New Issue