Procházet zdrojové kódy

Compatible with PHP 5.3

walkor před 6 roky
rodič
revize
ae205665e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'
     );
 
     /**