Commit 3ea28863 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Set "dconn_ is null" log in INFO

parent dfa11948
......@@ -363,7 +363,7 @@ int Downstream::push_upload_data_chunk(const uint8_t *data, size_t datalen)
// Assumes that request headers have already been pushed to output
// buffer using push_request_headers().
if(!dconn_) {
DLOG(WARNING, this) << "dconn_ is NULL";
DLOG(INFO, this) << "dconn_ is NULL";
return -1;
}
request_bodylen_ += datalen;
......
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