Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Dec 11, 2024
1 parent cb01bec commit 11eaa60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/http/http_channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ void HttpChannel::send_files(HttpRequest* request, const std::string& root_dir,
int64_t file_size = st.st_size;
VLOG_DEBUG << "http channel send file " << file_path << ", size: " << file_size;



evbuffer_add_printf(evb.get(), "File-Name: %s\r\n", file.c_str());
#ifdef __APPLE__
evbuffer_add_printf(evb.get(), "Content-Length: %lld\r\n", file_size);
Expand Down

0 comments on commit 11eaa60

Please sign in to comment.