Jelajahi Sumber

Compatible with PHP 5.3

walkor 6 tahun lalu
induk
melakukan
ae205665e5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Protocols/Http.php

+ 1 - 1
Protocols/Http.php

@@ -667,7 +667,7 @@ class HttpCache
     public static $default = array(
         'Content-Type' => 'Content-Type: text/html;charset=utf-8',
         'Connection'   => 'Connection: keep-alive',
-        'Server'       => 'Server: workerman/' . Worker::VERSION
+        'Server'       => 'Server: workerman'
     );
 
     /**