Jan Grieb
Jan Grieb
attempt to solve issue #11703 - tested with gcc and ld on Ubuntu and a Yocto variant This PR is WIP: * TODO: detect that the linker 'ld' is the...
### Environment Details (include every applicable attribute) * Operating System+version: Ubuntu 20.04 * Compiler+version: gcc-9 * Conan version: conan 1.47.0 * Python version: Python 3.8.10 ### Steps to reproduce (Include...
How can I produce runtime packages compatible with .NET Framework? I tried to change the framework identified netcoreapp3.1 to netstandard2.0 or net461 but I failed to produce working examples. The...
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
I am using these versions: - Poco 1.12.2 with the NetSSL_OpenSSL module ( **not** NetSSL_Win - I have reasons to do this) - OpenSSL 3.0.5 compiled with VS 2019 (VS...
**Describe the bug** `HTTPStreamFactory::open` does not behave as [documented](https://docs.pocoproject.org/current/Poco.Net.HTTPStreamFactory.html#27799). There, it states > Redirect responses are handled and the redirect location is automatically resolved, as long as the redirect location...