diff --git a/web/multihost_http_server.anubis b/web/multihost_http_server.anubis index 9e38c49..8533944 100644 --- a/web/multihost_http_server.anubis +++ b/web/multihost_http_server.anubis @@ -3038,11 +3038,11 @@ public define List(Web_arg) SState s ) = with boundary_length = length(__boundary), - println( -"read_multipart_form_data_encoded_web_args - boundary["+__boundary+"] - body_temp_file : "+body_temp_file+" - file_offset : "+file_offset); +// println( +//"read_multipart_form_data_encoded_web_args +// boundary["+__boundary+"] +// body_temp_file : "+body_temp_file+" +// file_offset : "+file_offset); //get the first boundary position if find_the_first(body_temp_file, __boundary, file_offset) is { -- libgit2 0.21.4