Commit e6752e02568dcfa9d8ac1b429e2d82b93258e6e4
1 parent
56e530ab
[-] remove some comments
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/multihost_http_server.anubis
| ... | ... | @@ -759,7 +759,7 @@ public define String |
| 759 | 759 | if msg is |
| 760 | 760 | { |
| 761 | 761 | cannot_read_from_connection then |
| 762 | - "Cannot read from connection.\n", | |
| 762 | + "", // "Cannot read from connection.\n", | |
| 763 | 763 | not_get_or_post_request(s) then |
| 764 | 764 | "The request did not begin by 'GET' or 'POST': "+s+".\n", |
| 765 | 765 | end_of_line_expected then | ... | ... |