Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.8
-
Component/s: None
-
Labels:None
Description
The value of -1 in timeout means is handled incorrect for named pipes.
It means "infinite" timeout, however it is handled as 0 timeout, i.e connection fails when the
first CreateFile returns ERROR_PIPE_BUSY.