瀏覽代碼

Update Http.php

walkor 5 年之前
父節點
當前提交
8f42b90074
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Protocols/Http.php

+ 1 - 0
Protocols/Http.php

@@ -93,6 +93,7 @@ class Http
     {
         $md5 = md5($recv_buffer);
         if (isset(static::$_cache[$md5])) {
+            HttpCache::reset();
             $cache = static::$_cache[$md5];
             $cache['server']['REQUEST_TIME_FLOAT'] =  \microtime(true);
             $cache['server']['REQUEST_TIME'] =  (int)$cache['server']['REQUEST_TIME_FLOAT'];