Martín Córdova

Results 5 comments of Martín Córdova

I can compile on Windows with GCC-12 using -flto, but if I use -flto=XX then the linker prints some errors about MAKE not finding a series of files, so I...

I was able to reproduce the error in my local environment, simulating the web service by sending the same payload for the error case, as was captured by SoapUI in...

This was the string I did sent with a plan epoll-server to emulate the SOAP server, it's based on the tracelog captured by SoapUI for the case in question: `...

I can confirm the following with the latest master version of httplib when using chunked encoding: if the POST payload does not end with ` 0\r\n\r\n ` Then Read error...

I resorted to the API using Python, to obtain all the stderr logs from all servers of a particular service "cluster_cpp" (I am using swarm/stack), and it was easier, and...