fdgStilla

Results 5 issues of fdgStilla

### Environment Details (include every applicable attribute) * Operating System+version: Windows 11 * Compiler+version: Visual Studio 2019 * Conan version: 1.51.3 * Python version: 3.10.3 ### Steps to reproduce (Include...

stage: triaging

How to reproduce: - send a request using cpprestsdk - in the server, close the connection before sending the response (eg because of an internal timeout) => the client receive...

I have REST server with some route that are supposed to respond very quickly and some endpoint that take a long time to respond (typically generating, processing and uploading a...

## Feature Request I manage to use playwright with dioxus-desktop by using the environment variable `WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--remote-debugging-port="`, however it would be easier and safer to use if it could be enabled...

enhancement
desktop
windows

Fix https://github.com/conan-io/conan/issues/15381 This PR is currently a draft, only tested manually on windows with: ``` conan install --requires=zlib/1.3 --requires=cmake/3.28.1 -of C:\Users\florian.degaulejac\tmp\zlib-cmake --deployer runtime_deploy.py -vtrace --deployer-folder C:\Users\florian.degaulejac\tmp\zlib-cmake\deploy -o "zlib/*:shared=True" ``` Remaining...