Commit f248dfbb20610e9059664de1d0c5a27871281e91
1 parent
33ade359
comment debug print
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
web/multihost_http_server.anubis
| @@ -3038,11 +3038,11 @@ public define List(Web_arg) | @@ -3038,11 +3038,11 @@ public define List(Web_arg) | ||
| 3038 | SState s | 3038 | SState s |
| 3039 | ) = | 3039 | ) = |
| 3040 | with boundary_length = length(__boundary), | 3040 | with boundary_length = length(__boundary), |
| 3041 | - println( | ||
| 3042 | -"read_multipart_form_data_encoded_web_args | ||
| 3043 | - boundary["+__boundary+"] | ||
| 3044 | - body_temp_file : "+body_temp_file+" | ||
| 3045 | - file_offset : "+file_offset); | 3041 | +// println( |
| 3042 | +//"read_multipart_form_data_encoded_web_args | ||
| 3043 | +// boundary["+__boundary+"] | ||
| 3044 | +// body_temp_file : "+body_temp_file+" | ||
| 3045 | +// file_offset : "+file_offset); | ||
| 3046 | //get the first boundary position | 3046 | //get the first boundary position |
| 3047 | if find_the_first(body_temp_file, __boundary, file_offset) is | 3047 | if find_the_first(body_temp_file, __boundary, file_offset) is |
| 3048 | { | 3048 | { |