qinguoyi / TinyWebServer

:fire: Linux下C++轻量级WebServer服务器
Apache License 2.0
16.02k stars 3.82k forks source link

Update block_queue.h #284

Open mracli opened 3 weeks ago

mracli commented 3 weeks ago

Fix wrong calculation about timeout:

bool block_queue::pop(T &item, int ms_timeout)