Connection reset by peer

Thanks. I am using PHP’s curl functions, eg curl_setopt() and curl_exec(). I am running PHP 8.0.14. I am only using POST requests. Sometimes I will make two calls in a row, but the error can happen on either call. Yes, I’m using http-functions.js and the API code is at https://github.com/meeting-room-booking-system/mrbs-code/blob/main/wix/web/http-functions.js . The PHP code that calls the API is in the method http_functions() in https://github.com/meeting-room-booking-system/mrbs-code/blob/main/web/lib/MRBS/Auth/AuthWix.php .

I’ve tried googling the error but there’s not much to go on. The only suggestions seem to be either server overload or some kind of problem in the network.

How do I submit a bug report (if you think I should do that)?