From: Matteo Nastasi (mop) Date: Thu, 31 Oct 2013 17:02:12 +0000 (+0100) Subject: add commented log to check real chunks send to clients X-Git-Tag: v4.10.0^2~9 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=39cd2a5ca00a2984bd8970ddf630314c246d3fc0 add commented log to check real chunks send to clients --- diff --git a/web/Obj/transports.phh b/web/Obj/transports.phh index 5ebfec4..5f269d7 100644 --- a/web/Obj/transports.phh +++ b/web/Obj/transports.phh @@ -203,6 +203,7 @@ class Transport_websocket { function chunk($step, $cont) { + // fprintf(STDERR, "CHUNK: [%s]\n", $cont); return $this->frame('@BEGIN@'.$cont.'@END@'); // , 'text', TRUE); } @@ -503,6 +504,7 @@ class Transport_xhr { function chunk($step, $cont) { + // fprintf(STDERR, "CHUNK: [%s]\n", $cont); return ("@BEGIN@".$cont."@END@"); } @@ -574,6 +576,7 @@ push(\"%s\"); function chunk($step, $cont) { + // fprintf(STDERR, "CHUNK: [%s]\n", $cont); if ($cont == NULL) { return sprintf("", $step);