Skip to content

Commit

Permalink
Fix zstream object
Browse files Browse the repository at this point in the history
Signed-off-by: Harish S <[email protected]>
  • Loading branch information
perhapsmaple committed Feb 15, 2024
1 parent 79da8a0 commit ab0d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/http/client/curl/http_client_curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void Session::SendRequest(
http_request_->AddHeader("Content-Encoding", "gzip");

opentelemetry::ext::http::client::Body compressed_body(http_request_->body_.size());

zstream zs;
zs.zalloc = Z_NULL;
zs.zfree = Z_NULL;
zs.opaque = Z_NULL;
Expand Down

0 comments on commit ab0d4fa

Please sign in to comment.