Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Oct 11, 2023
1 parent 011d05f commit 5988acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/json_rpc_request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ CurlContext::CurlContext(const std::string& address, int port, const std::string
} \
} while (0)

curl_easy_setopt_checked(m_handle, CURLOPT_BUFFERSIZE, 102400L);

curl_easy_setopt_checked(m_handle, CURLOPT_WRITEFUNCTION, write_func);
curl_easy_setopt_checked(m_handle, CURLOPT_WRITEDATA, this);

Expand Down

0 comments on commit 5988acb

Please sign in to comment.