Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-nosigpipe

a module that ignore SIGPIPE.

Installation

luarocks install --from=http://mah0x211.github.io/rocks/ nosigpipe

Usage

Ignore the SIGPIPE automatically when this module has been loaded.

local ok = require('nosigpipe')
if not ok then
    print('SIGPIPE is not supported on this platform')
end

About

a module that blocks SIGPIPE

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages