linyacool / WebServer

A C++ High Performance Web Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpData.cpp对request_line解析似乎有问题

doudou215 opened this issue · comments

133行,将posGet >= 0 比较好像不妥,因为string.find()当没找到"GET"时候返回n,所以这个逻辑似乎不太对,导致只能接受GET请求,不能接受POST

我搞错啦