Jens Geyer created THRIFT-5078:
----------------------------------
Summary: Handle named pipe clients quickly disconnecting
Key: THRIFT-5078
URL: https://issues.apache.org/jira/browse/THRIFT-5078
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Reporter: Jens Geyer
When using the TPipeServer transport, if a client connects but disconnects
before the acceptImpl method is able to create a TPipe instance the resulting
exception causing the entire transport to stop.
You can cause this issue using the SysInternals accesschk utility
([https://docs.microsoft.com/en-us/sysinternals/downloads/accesschk]) to query
the permissions of the named pipe.
This has also been reported in osquery
[osquery/osquery#4280|https://github.com/osquery/osquery/issues/4280]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)