Jean-Frederic wrote:
- if (status != APR_SUCCESS) {
+    if (! isok) {
         /* We had a failure: Close connection to backend */
         conn->close++;

This is what concerns me (not your code but the old conn->close++.
Hope It wasn't me ;)

Anyhow, AJP should keep the connection to backend open except
when the notification the client has closed the connection is
desired and configured.
I suppose this is one of the reasons why people are saying that
ajp is not much faster then http in mod_proxy.

In any case, +1 for the patch.

Regards,
Mladen.

Reply via email to