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-01 UTC."],[[["This webpage provides a list of versioned documentation for the `EnableCurlSigpipeHandlerOption` in the Google Cloud Storage C++ client library, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The `EnableCurlSigpipeHandlerOption` is used to manage the automatic setup of a SIGPIPE handler within the library, which might be necessary depending on the OpenSSL version."],["Users can disable the default SIGPIPE handler by setting this option to `false` if their application already manages SIGPIPE signals."],["The `EnableCurlSigpipeHandlerOption` is a type alias of boolean `bool` type."]]],[]]