Re: Error checking out project that contains a large amount of binary data

2015-05-12 Thread Timothy Astle
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

Re: Error checking out project that contains a large amount of binary data

2015-05-11 Thread Daniel Shahaf
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.