WebServer icon indicating copy to clipboard operation
WebServer copied to clipboard

A C++ High Performance Web Server

Results 106 WebServer issues
Sort by recently updated
recently updated
newest added

构造的时候,是不是忘了Content-Length请求头,实测浏览器 会因为这个被阻塞

ET模式不是epoll_wait以后要把所有的全部读完吗,为什么这个程序直接放入到线程池不管了也算是ET。哪个地方保证剩下的所有都读完了呢

请问有参考的客户端的代码吗

加入线程池之前将Timer和request分离后,如果再次有新的请求任务在该fd上到来,这个请求任务好像没有设置定时器?

没有WebServer编译文件是怎么回事呢