mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Fixed PRI request problem
This commit is contained in:
parent
1f86e41d97
commit
dcdb0d047b
2 changed files with 8 additions and 6 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue