Ver código fonte

Update Http.php

walkor 7 anos atrás
pai
commit
d0bf91dbdd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Protocols/Http.php

+ 1 - 1
Protocols/Http.php

@@ -503,7 +503,7 @@ class Http
             exit($msg);
         }
         if ($msg) {
-            Worker::safeEcho($msg);
+            echo $msg;
         }
         throw new \Exception('jump_exit');
     }