Commit c622e64a authored by zhujiashun's avatar zhujiashun Committed by gejun

Remove some comments

parent c5c671fa
......@@ -1563,6 +1563,7 @@ void H2GlobalStreamCreator::ReplaceSocketForStream(
void H2GlobalStreamCreator::OnStreamCreationDone(
SocketUniquePtr& sending_sock, Controller* cntl) {
// TODO(zhujiashun): when server can not be connected, this can happen.
CHECK(false) << "Never run";
}
......
......@@ -468,8 +468,6 @@ void SerializeHttpRequest(butil::IOBuf* /*not used*/,
if (accessor.request_protocol() == PROTOCOL_HTTP2) {
cntl->set_stream_creator(get_h2_global_stream_creator());
} else {
LOG(INFO) << "in SerializeHttpRequest, is_http2=0";
}
// Set url to /ServiceName/MethodName when we're about to call protobuf
......
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