yhirose hace 5 años
padre
commit
f0adfb2e0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -3970,7 +3970,7 @@ inline bool Server::listen_internal() {
         break;
       }
 
-      auto val = detail::select_read(svr_sock_, 0, 100000);
+      auto val = detail::select_read(svr_sock_, 0, 0);
 
       if (val == 0) { // Timeout
         task_queue->on_idle();