Commit f1a33346 authored by zhujiashun's avatar zhujiashun

fix conflict when rebase master

parent abec711a
......@@ -398,8 +398,8 @@ friend void InitFrameHandlers();
inline int H2Context::AllocateClientStreamId() {
if (RunOutStreams()) {
LOG(WARNING) << "Fail to allocate new client stream, _last_client_stream_id="
<< _last_client_stream_id;
LOG(WARNING) << "Fail to allocate new client stream, _last_sent_stream_id="
<< _last_sent_stream_id;
return -1;
}
const int id = _last_sent_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