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-03-21 UTC."],[[["The webpage provides documentation for the `EnableCurlSigpipeHandlerOption` feature across various versions of the Google Cloud Storage C++ client library."],["The latest version of the documentation available is for version 2.37.0-rc, with a list of all versions from 2.11.0 to this version being available."],["The `EnableCurlSigpipeHandlerOption` allows users to disable the automatic OpenSSL SIGPIPE handler within the library."],["This option is important for applications that already have a custom SIGPIPE handler and want to prevent conflicts."],["The option is a boolean, being an alias of bool."]]],[]]