Commit 276fb68b authored by dgaudet's avatar dgaudet
Browse files

When deleting a value from a table, use table_unset() not table_set(key,NULL).

The proxy has all of its own "table" manipulation routines... like it has
struct hdr_entry, and proxy_get_header() and all this crap.  But it was
mixing the use of the real table routines and its own routines.  Clean
this up.  (Ultimately someone should clean it up to use the real table
routines, I can't see why it doesn't.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79993 13f79535-47bb-0310-9956-ffa450edef68
parent 85abe649
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