here is my curl version doug@daphne:/opt/xmlrpc-c/examples/cpp$ curl --version curl 8.12.2-DEV (Linux) libcurl/8.12.2-DEV OpenSSL/3.0.15 libpsl/0.21.2 Release-Date: [unreleased] Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp ws wss Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile NTLM PSL SSL threadsafe TLS-SRP UnixSockets doug@daphne:/opt/xmlrpc-c/examples/cpp$
here is my client code
here is my method code
here is my server code
I have been using xinetd to run xmlrpc_inet_server (see examples/cpp) and it has been working perfectly, until early this morning when it stopped working. I believe this is because the curl library has changed. Here is my syslog traffic: 2025-02-13T12:16:40.468017-08:00 daphne multiware[27685]: /home/doug/public_html/fw/xmlrpc_client.cpp::main running 2025-02-13T12:16:40.468167-08:00 daphne multiware[27685]: /home/doug/public_html/fw/xmlrpc_client.cpp::main running at line 53 2025-02-13T12:16:40.470171-08:00...