]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
src/tlsproxy.c: Only handle SIGINT in DEBUG mode.
authorSimon Ruderich <simon@ruderich.org>
Fri, 11 Mar 2011 21:46:55 +0000 (22:46 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 11 Mar 2011 21:46:55 +0000 (22:46 +0100)
commit3c4d48bc9f6d8228b4eb61ef7920bdc64fc2eec1
tree355ce7652e7093dee4e9a4d4947821fbbdfa0a59
parentc231c86212589d66ec19f359d216ea2b302706c7
src/tlsproxy.c: Only handle SIGINT in DEBUG mode.

It's useful for valgrind in DEBUG mode, but makes it more difficult to
terminate tlsproxy (Ctrl-C no longer works) in case of a
stalled/unfinished connection.
src/tlsproxy.c