You've already forked cpp-httplib
Fix #2109
This commit is contained in:
@ -5571,6 +5571,9 @@ TEST(StreamingTest, NoContentLengthStreaming) {
|
||||
s += std::string(data, len);
|
||||
return true;
|
||||
});
|
||||
|
||||
ASSERT_TRUE(res);
|
||||
EXPECT_EQ(StatusCode::OK_200, res->status);
|
||||
EXPECT_EQ("aaabbb", s);
|
||||
});
|
||||
auto get_se = detail::scope_exit([&] { get_thread.join(); });
|
||||
|
Reference in New Issue
Block a user