Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4149,7 +4149,7 @@ TEST_CASE("option_header_passed_in_full")
asio::ip::make_address(LOCALHOST_ADDRESS), 45451));
c.send(asio::buffer(rq));
std::string fullString{};
asio::error_code error;
asio_error_code error;
char buffer[1024];
while (true)
{
Expand Down
Loading