I looked it up and it doesn't give me any leads:
#define ECONNABORTED103 /* Software caused connection abort */
Any other ideas?
On 11/05/2015 10:29 PM, Daniel Shahaf wrote:
Timothy Astle wrote on Mon, May 11, 2015 at 08:16:25 -0300:
Error writing base64 data. Software caused
Timothy Astle wrote on Mon, May 11, 2015 at 08:16:25 -0300:
> Error writing base64 data. Software caused connection abort [500. #103]
"103" is the apr_status_t error number. It's probably an errno number.
You might want to look up what's errno code 103 on your system.