mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Fix #140
This commit is contained in:
parent
8483e5931f
commit
a91a0b7dbf
2 changed files with 18 additions and 1 deletions
|
@ -757,7 +757,7 @@ TEST_F(ServerTest, LongQueryValue)
|
|||
auto res = cli_.Get(LONG_QUERY_URL.c_str());
|
||||
|
||||
ASSERT_TRUE(res != nullptr);
|
||||
EXPECT_EQ(200, res->status);
|
||||
EXPECT_EQ(414, res->status);
|
||||
}
|
||||
|
||||
TEST_F(ServerTest, TooLongHeader)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue