https://issues.apache.org/bugzilla/show_bug.cgi?id=54998

--- Comment #11 from Mike Rumph <[email protected]> ---
Hello Yann,

I have a question on your patch "Shutdown connection ...":

In the following excerpt from the patch to server/connection.c, 
what is the point in casting the result of the ap_shutdown_conn function to
void?


90     AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c)

91     {

92         (void)ap_shutdown_conn(c, 1);

93     }


I can see that it doesn't hurt anything.
But does it serve some purpose?

Thanks,

Mike Rumph

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to