34 "Into ajp_handle_cping_cpong");
39 "ajp_handle_cping_cpong: ajp_msg_create failed");
46 "ajp_handle_cping_cpong: ajp_marshal_into_msgb failed");
51 ajp_msg_log(
r, msg,
"ajp_handle_cping_cpong: ajp_ilink_send packet dump");
54 "ajp_handle_cping_cpong: ajp_ilink_send failed");
61 "ajp_handle_cping_cpong: apr_socket_timeout_get failed");
69 "ajp_handle_cping_cpong: apr_socket_timeout_set failed");
78 "ajp_handle_cping_cpong: ajp_ilink_receive failed");
82 ajp_msg_log(
r, msg,
"ajp_handle_cping_cpong: ajp_ilink_receive packet dump");
86 "ajp_handle_cping_cpong: invalid CPONG message");
91 "ajp_handle_cping_cpong: awaited CPONG, received %d ",
102 "ajp_handle_cping_cpong: apr_socket_timeout_set failed");
107 "ajp_handle_cping_cpong: Done");
112#define case_to_str(x) case CMD_AJP13_##x:\
134 return "CMD_AJP13_UNKNOWN";
apr_status_t ajp_msg_create(apr_pool_t *pool, apr_size_t size, ajp_msg_t **rmsg)
apr_status_t ajp_msg_reuse(ajp_msg_t *msg)
apr_status_t ajp_msg_log(request_rec *r, ajp_msg_t *msg, char *err)
apr_status_t ajp_msg_serialize_cping(ajp_msg_t *msg)
apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg)
apr_status_t ajp_msg_get_uint8(ajp_msg_t *msg, apr_byte_t *rvalue)
const char * ajp_type_str(int type)
apr_status_t ajp_ilink_send(apr_socket_t *sock, ajp_msg_t *msg)
#define APLOG_USE_MODULE(foo)
void const char apr_status_t(* cleanup)(void *))
apr_array_header_t ** result
apr_int64_t apr_interval_time_t
static apr_OFN_ajp_handle_cping_cpong_t * ajp_handle_cping_cpong
A structure that represents the current request.
apr_status_t apr_socket_timeout_set(apr_socket_t *sock, apr_interval_time_t t)
apr_status_t apr_socket_timeout_get(apr_socket_t *sock, apr_interval_time_t *t)