Skip to content

Commit

Permalink
Fix compile #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Sep 24, 2020
1 parent 01024e3 commit 3f23c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/src/transport_cs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct HttpClientTransport : public GenericNetworkTransport {
request.url.length(),
request.timeout_ms,
headers.data(),
headers.size(),
(int)headers.size(),
request.body.c_str(),
request.body.length()
};
Expand Down

0 comments on commit 3f23c4f

Please sign in to comment.