Ver Fonte

Update Http.php

walkor há 5 anos atrás
pai
commit
8f42b90074
1 ficheiros alterados com 1 adições e 0 exclusões
  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'];