From: Matteo Nastasi Date: Sun, 5 Aug 2012 13:43:32 +0000 (+0200) Subject: SPIA to full length response X-Git-Tag: v4.0.0~49 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=2a82f64f7c99c99b0c38fa2911ddfda0b6609ae7;p=brisk.git SPIA to full length response --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 4a325da..cd0d6ab 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -425,7 +425,8 @@ class Sac_a_push { } if ($response != "") { - echo "SPIA: [".substr($response, 0, 60)."...]\n"; + // echo "SPIA: [".substr($response, 0, 60)."...]\n"; + echo "SPIA: [".$response."...]\n"; $response_l = mb_strlen($response, "ASCII"); $wret = @fwrite($sock, $response); if ($wret < $response_l) {