Commit 33ade35937b947646d035d4fc457d3a9824761ed

Authored by David RENÉ
1 parent 3d2028cd

comment debug print

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
web/multihost_http_server.anubis
... ... @@ -879,7 +879,8 @@ define Maybe(Int)
879 879 if read(connection.conn, 32768, time_out) is // the connection is closed after 10 minutes of inactivity
880 880 {
881 881 failure then
882   - println("fill_buffer read failure");failure,
  882 + //println("fill_buffer read failure");
  883 + failure,
883 884 success(ba) then
884 885 with size_read = length(ba),
885 886 //println("size read "+size_read);
... ...