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

Dominic Benson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27448|0                           |1
        is obsolete|                            |

--- Comment #2 from Dominic Benson <[email protected]> ---
Created attachment 30006
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30006&action=edit
Updated patch against 2.3.7

The original patch doesn't apply correctly against 2.3.7, as the addition of:

if (APR_BUCKET_IS_METADATA(e)) {
            continue;
        }

causes an infinite loop (the APR_BUCKET_REMOVE hadn't happened at that point).
This patch corrects this; now the APR_BUCKET_REMOVE is the first action in the
loop, so it ought to be more robust against future changes.

-- 
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