zhangli-s 发表于 2017-1-13 06:52:39

apache web server 开始处理请求的时机

apache web server 处理http post request 时, 并不会等待http请求全部传输完毕,当其接收到request消息头时,便将请求交给子进程来处理了
页: [1]
查看完整版本: apache web server 开始处理请求的时机