在线程池 threadpool<T>::run() 函数中,为什么要判断 request 是否为空?
作者: arglone创建于 2024年5月10日更新于 2026年1月12日
I can't think of any situation that would cause `request` to be `NULL`, so I think the following code is unnecessary:
内容来源: qinguoyi/TinyWebServer
I can't think of any situation that would cause `request` to be `NULL`, so I think the following code is unnecessary:
内容来源: qinguoyi/TinyWebServer