You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/13 03:58:11 UTC

svn commit: r356457 - /webservices/axis2/trunk/c/include/axis2_error.h

Author: samisa
Date: Mon Dec 12 18:58:07 2005
New Revision: 356457

URL: http://svn.apache.org/viewcvs?rev=356457&view=rev
Log:
Added http transport error : invalid header start line

Modified:
    webservices/axis2/trunk/c/include/axis2_error.h

Modified: webservices/axis2/trunk/c/include/axis2_error.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_error.h?rev=356457&r1=356456&r2=356457&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Dec 12 18:58:07 2005
@@ -258,7 +258,9 @@
         /** Message context processing a fault already */
         AXIS2_ERROR_INVALID_STATE_PROCESSING_FAULT_ALREADY,
         /** fault to field not specified in message context */
-        AXIS2_ERROR_NOWHERE_TO_SEND_FAULT
+        AXIS2_ERROR_NOWHERE_TO_SEND_FAULT,
+        /* Invalid status line or invalid request line */
+        AXIS2_ERROR_INVALID_HTTP_INVALID_HEADER_START_LINE 
         
     };