Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::storage::EnableCurlSigpipeHandlerOption Struct Reference

Disables automatic OpenSSL sigpipe handler. More...

#include <google/cloud/storage/options.h>

Public Types

using Type = bool
 

Detailed Description

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.

Member Typedef Documentation

◆ Type