Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Aug 29, 2024
1 parent c59b840 commit b275b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/http/action/http_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void HttpStreamAction::on_chunk_data(HttpRequest* req) {
ctx->status = process_put(req, ctx);
}
}
if (!st.ok() && !ctx->status.ok()) {
if (!st.ok()) {
LOG(WARNING) << "append body content failed. errmsg=" << st << ", " << ctx->brief();
ctx->status = st;
return;
Expand Down

0 comments on commit b275b77

Please sign in to comment.