Commit 39df5118 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

shrpx: Log stream ID when submitting RST_STREAM to downstream

parent ceba5539
......@@ -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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment