]> git.ipfire.org Git - thirdparty/squid.git/commit
Accept some unknown store meta entries without throwing away the rest.
authorhno <>
Sat, 15 Dec 2007 02:47:54 +0000 (02:47 +0000)
committerhno <>
Sat, 15 Dec 2007 02:47:54 +0000 (02:47 +0000)
commit5b8ddb2ac4ffe3d5322eb4e3e14badf20bef25da
treefe612ecbffd9759013965a915885dbe90c2aa3fb
parentadecb1fa21f0140ed545fe7ccfd4229278c5c356
Accept some unknown store meta entries without throwing away the rest.

The store meta parser stopped when encountering the first "unknown" entry.
This is bad for extensibility. Should continue parsing what we do know
how to handle.
src/StoreMetaUnpacker.cc