Author: rhuijben Date: Tue Nov 17 07:16:58 2015 New Revision: 1714725 URL: http://svn.apache.org/viewvc?rev=1714725&view=rev Log: * context.c (serf_error_string): Following up on r1714246, add missing error description.
Modified: serf/trunk/context.c Modified: serf/trunk/context.c URL: http://svn.apache.org/viewvc/serf/trunk/context.c?rev=1714725&r1=1714724&r2=1714725&view=diff ============================================================================== --- serf/trunk/context.c (original) +++ serf/trunk/context.c Tue Nov 17 07:16:58 2015 @@ -406,6 +406,8 @@ const char *serf_error_string(apr_status return "The HTTP response header too long"; case SERF_ERROR_CONNECTION_TIMEDOUT: return "The connection timed out"; + case SERF_ERROR_TRUNCATED_STREAM: + return "The stream returned less data than was expected"; case SERF_ERROR_SSL_COMM_FAILED: return "An error occurred during SSL communication"; case SERF_ERROR_SSL_SETUP_FAILED: