Skip to content

Commit

Permalink
C4HTTPClient::Request: Value initialize Data
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Oct 5, 2023
1 parent 3a1ff04 commit f854f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4HTTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class C4HTTPClient
{
C4HTTPClient::Uri Uri;
bool Binary{false};
std::span<const std::byte> Data;
std::span<const std::byte> Data{};
};

struct Result
Expand Down

0 comments on commit f854f9f

Please sign in to comment.