Per Malmberg
Per Malmberg
Reproduce either using httpbin's own UI or run `curl -X POST "http://httpbin.org/redirect-to" -H "accept: text/html" -H "Content-Type: application/x-www-form-urlencoded" -d "url=http%3A%2F%2Ffoo.bar&status_code=308"` httpbin responds with ``` 500 Internal Server Error Internal Server...
Currently certificates and keys are hard coded, methods for each should be added to the TLS context class to allow reading them directly from file.
MIMEParser should not ignore content larger than the set size, to prevent memory abuse.
Hi, Not familiar enough with GUT yet to make a PR to fix this, so here's an issue instead. If you set the project setting `debug/gdscript/warnings/untyped_declaration` then run tests via...
### Tested versions - v4.2.1.stable.mono.official [b09f793f5] ### System information Godot v4.2.1.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 31.0.15.5176) - AMD Ryzen 7...
Follow up on https://github.com/clangd/clangd/discussions/2064 Something that would have saved me a bunch of time is if clangd would have logged a warning, or otherwise made me aware, that one or...
Hi, Just want to preface this bug report with a huge "thank you" for making this plugin. **Bug description** On Windows (shell is pwsh) and on startup, when a project...
Hi, I'm probably missing something, but what does CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN actually enable? Is it client side, server side or both? [Searching for the string](https://github.com/search?q=repo%3Ayhirose%2Fcpp-httplib%20CPPHTTPLIB_USE_CERTS_FROM_MACOSX_KEYCHAIN&type=code) doesn't give any code references so I...