• R/O
  • SSH

fcfserver: コミット

Server application performing load balancing and monitoring of nodejs applications


コミットメタ情報

リビジョン328ca3a94c5245f8ffe1ce406ddb3f87cb33fc88 (tree)
日時2021-04-19 04:25:28
作者v.o.markin
コミッターv.o.markin

ログメッセージ

remove test requirement

変更サマリ

差分

diff -r d18e3e6a489c -r 328ca3a94c52 endpoint.cpp
--- a/endpoint.cpp Sun Apr 18 14:34:23 2021 +0300
+++ b/endpoint.cpp Sun Apr 18 22:25:28 2021 +0300
@@ -422,7 +422,7 @@
422422
423423 // reading the residual message
424424 full_pack = request_header_info.content_length + request_header_info.header_end + 4;
425- is_big_data = full_pack >= 1000000 || true;
425+ is_big_data = full_pack >= 500000;
426426 if (!is_big_data) {
427427 if (first_buffer_offset < full_pack)
428428 residual_buffer.resize(full_pack - first_buffer_offset);
旧リポジトリブラウザで表示