We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
The text was updated successfully, but these errors were encountered:
在webserver.cpp的dealwithread()和dealwithwrite()函数使用到这两个变量。 improv用来告知主线程,工作线程已经完成的数据读写 timer_flag用来告知主线程,数据读写是否正常完成,如果没有正常完成(出现错误、没读到数据等等情况,详情查看httpconn.cpp对于数据读写的实现),则将timer_flag置为1,告知主线程需要释放对应的连接的相关资源(描述符和定时器)
webserver.cpp
httpconn.cpp
Sorry, something went wrong.
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: