Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ ignore_sigpipe
Function
ignore_sigpipe
libhsclient/socket.cpp:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
namespace dena {
22
23
void
24
ignore_sigpipe()
25
{
26
if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) {
27
fatal_abort(
"SIGPIPE SIG_IGN"
);
28
}
29
}
30
31
void
32
socket_args::set(const config& conf)
Callers
1
hstest_main
Function · 0.85
Calls
1
fatal_abort
Function · 0.85
Tested by
1
hstest_main
Function · 0.68