Commit 35d50462 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

Fixed mod_mem_cache so that it doesn't misfile entries in the priority

queue.  Previously, since the ->priority value was positive, certain
parts of mod_mem_cache would cause the priority queue to do the wrong thing
when changing the priority of an object in the cache.  The end result
would be that the objects would not be dequeued in the right order.

Submitted by:  Jean-Jacques Clar, Cliff Woolley
Reviewed by:   Paul J. Reder


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101958 13f79535-47bb-0310-9956-ffa450edef68
parent ff2c9532
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment