You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Win32 Signals] Add term and ctrl-c signal handlers (envoyproxy#13954)
Part 1 of envoyproxy#13188. Adds support for ctrl+c and ctrl+break for Envoy on Windows.
The implementation for this following:
* On platform_impl we register a CtrlHandler which runs on a separate thread.
* On signal_impl we register a read event reader.
Thread (1) and (2) communicate via a socket pair and the event is handled on Windows the same way as it is handled on POSIX
Signed-off-by: Sotiris Nanopoulos <[email protected]>
0 commit comments