You've already forked cpp-httplib
Fixed PRI request problem
This commit is contained in:
@ -1396,7 +1396,7 @@ TEST_F(ServerTest, NoMultipleHeaders) {
|
||||
TEST_F(ServerTest, HTTP2Magic) {
|
||||
Request req;
|
||||
req.method = "PRI";
|
||||
req.path = "/";
|
||||
req.path = "*";
|
||||
req.body = "SM";
|
||||
|
||||
auto res = std::make_shared<Response>();
|
||||
|
Reference in New Issue
Block a user