diff --git a/HttpServer/Client/Result.php b/HttpServer/Client/Result.php index 1456c0b0..bd763637 100644 --- a/HttpServer/Client/Result.php +++ b/HttpServer/Client/Result.php @@ -85,6 +85,7 @@ class Result if (!is_array($this->header)) { return $_tmp; } + var_dump($this->header); foreach ($this->header as $key => $val) { if ($key == 0) { $_tmp['pro'] = $val;