With some versions of OpenSSL it might be necessary to setup a SIGPIPE handler. If your application already provides such a handler, set this option to false to disable the handler in the GCS C++ client library.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage documents various versions of the `EnableCurlSigpipeHandlerOption` for the Google Cloud Storage C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `EnableCurlSigpipeHandlerOption` controls whether the GCS C++ client library should automatically manage the OpenSSL SIGPIPE handler, which may be necessary with certain OpenSSL versions."],["The `EnableCurlSigpipeHandlerOption` is a boolean type alias, indicating that it is represented using `true` or `false` values."],["If your application has its own SIGPIPE handler, setting this option to `false` prevents the GCS client library from interfering with it."]]],[]]