Fabio R. Sluzala

Results 9 issues of Fabio R. Sluzala

The issue #1080 has some time and I didn't saw pull requests, I think this is very useful, so I make some code that do it. I created two commits:...

Hi. I was testing how to implement WebSockets using Pistache. The flow is making the handshake in HTTP/1.1, then switching the raw socket input data treating to a WebSockets implementation....

I am using the following code to test if the client disconnects from the server ``` static int getConnecionStatus(Pistache::Http::ResponseWriter &response) { auto peer = response.getPeer(); if (peer == nullptr) {...

**Describe the bug** When multiple connections are pushing and poping to two queues, a crash occurs. The problem only happens with multiple threads pushing and poping in the queues **To...

bug

If it is not necessary sorted maps, change std::map to std::unordered_map std::unordered_map is a hash table so it should be faster than std::map when storing many items. std::map can be...

enhancement

Faster loading of many documents by loading multiple documents in parallel using thread pool

To avoid manually converting documents saved in old format, add for the loader to load these as well

Hi. I would like to use the Poco PageCompiler to create HTML emails, so I made these tweaks. I hope you will find it useful. Thanks. Example: Input page template...

Only working on Aarch 64 Tested locally with a Raspberry PI 3B+ Linux raspberrypi 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux Added a actions file to test in...