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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage lists different 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 sets up an automatic SIGPIPE handler for OpenSSL, which is only necessary with certain OpenSSL versions."],["The `EnableCurlSigpipeHandlerOption` is a boolean type alias, meaning it can be set to either `true` or `false`."],["If an application has its own SIGPIPE handler, the `EnableCurlSigpipeHandlerOption` can be set to `false` to disable the handler provided by the GCS C++ client."]]],[]]