Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Disables automatic OpenSSL sigpipe handler. More...
#include <google/cloud/storage/options.h>
Public Types | |
using | Type = bool |
Disables automatic OpenSSL sigpipe handler.
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.