walkor пре 6 година
родитељ
комит
ae205665e5
1 измењених фајлова са 1 додато и 1 уклоњено
  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'
     );
 
     /**