Project

General

Profile

« Previous | Next » 

Revision f954bb2f

Added by Dmitri Dolguikh about 8 years ago

Fixes #14755 - Do not install SIGUSR1 handler on windows.

View differences:

lib/proxy/signal_handler.rb
handler.install_ttin_trap unless RUBY_PLATFORM =~ /mingw/
handler.install_int_trap
handler.install_term_trap
handler.install_usr1_trap
handler.install_usr1_trap unless RUBY_PLATFORM =~ /mingw/
end
def install_ttin_trap

Also available in: Unified diff