HHoflittlefish777 commented on code in PR #27752: URL: https://github.com/apache/doris/pull/27752#discussion_r1409371509
########## be/src/http/action/stream_load.cpp: ########## @@ -301,6 +301,14 @@ Status StreamLoadAction::_on_header(HttpRequest* http_req, std::shared_ptr<Strea } } + if (ctx->body_bytes == 0 && !ctx->is_chunked_transfer) { Review Comment: There may be several things to consider here: 1. Forgot to set content length or chunked 2. Incorrect 0 set 3. It is itself 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org