globus_xio_http_driver_errors (3) Linux Manual Page
Error Types – Enumerationsenum globus_xio_http_errors_t { GLOBUS_XIO_HTTP_ERROR_INVALID_HEADER, GLOBUS_XIO_HTTP_ERROR_PARSE, GLOBUS_XIO_HTTP_ERROR_NO_ENTITY, GLOBUS_XIO_HTTP_ERROR_EOF, GLOBUS_XIO_HTTP_ERROR_PERSISTENT_CONNECTION_DROPPED } Detailed DescriptionIn addition to errors generated by underlying protocol drivers, the XIO HTTP driver defines a few error conditions specific to the HTTP protocol. See Also: globus_xio_driver_error_match()Enumeration Type Documentationenum globus_xio_http_errors_tError types used to generate errors using the globus_error_generic module. Enumerator GLOBUS_XIO_HTTP_ERROR_INVALID_HEADER An attempt…
