Nicholas Orr
Nicholas Orr
I got an error at the "start wpe" bit of the code, I think because the wpe started in between it checking if it was running and performing the command....
Fixes an issue with stopping a boost, amongst other things.
I was having issues compiling poco for arm64 on an x86 macOS machine, as a static build. The end result was always x86. Change is from : ARCHFLAGS ?= -arch...
### Type of Feature New Function ### Description Utilise the [trurl](https://github.com/curl/trurl) code from curl, and have a BE function that did : BE_Trurl ( url { ; set ; append...
### Type of Feature New Feature ### Description Add support for WebSockets where each new incoming call goes into a table, and there's a way to put outgoing calls into...
**Describe the bug** When you're doing a HTTP GET and the url has a 301 redirect AND you've set CURLOPT_FOLLOWLOCATION on, then afterwards when you get individual headers, you can...