Skip to content

Commit

Permalink
Fixed issue in Test message formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EDev committed Nov 1, 2021
1 parent ed8d1eb commit 9b3f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ TEST_CASE("multi_server")
app2.wait_for_server_start();

std::string sendmsg =
"POST HTTP/1.1 /\r\nContent-Length:3\r\nX-HeaderTest: 123\r\n\r\nA=B\r\n";
"POST / HTTP/1.0\r\nContent-Length:3\r\nX-HeaderTest: 123\r\n\r\nA=B\r\n";
{
asio::io_service is;
asio::ip::tcp::socket c(is);
Expand Down

0 comments on commit 9b3f83a

Please sign in to comment.