Commit 332e8fa1 by CharleyWangHZ Committed by GitHub

Update HttpSession.cpp

parent 248c9e8f
......@@ -41,10 +41,7 @@ void HttpSession::Handle_Req_HEAD(ssize_t &content_len){
void HttpSession::Handle_Req_OPTIONS(ssize_t &content_len)
{
//暂时对OPTINS进行200 OK回复
KeyValue headerOut;
headerOut["Content-Type"] = "application/octet-stream";
sendResponse(200, true, nullptr, headerOut, nullptr, true);
sendResponse(200, true);
}
ssize_t HttpSession::onRecvHeader(const char *header,size_t len) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论