poco icon indicating copy to clipboard operation
poco copied to clipboard

improve Windows OpenSSL 3.0.x error handling #3806

Open jngrb opened this issue 2 years ago • 1 comments

consider that the OpenSSL 3.0.x error behaviour did not change on Windows comapared to OpenSSL 1.1.1

see https://github.com/pocoproject/poco/issues/3806

jngrb avatar Sep 21 '22 08:09 jngrb

This change was tested to give a Poco::TimeoutException both on Windows and Linux in a mocked timeout situation ( cf. issue #3806 )

Used environment:

  • OpenSSL 3.0.5 (via conan-center-index)
  • Poco 1.12.2 with this fix
  • Windows 10 with IDE Visual Studio 2019
  • and: Ubuntu 2018 with compiler gcc-9

jngrb avatar Sep 21 '22 08:09 jngrb

9a374ca2dee445536ab30eb7d45e196e3b220f0f

aleks-f avatar Mar 17 '23 21:03 aleks-f