]>
git.ipfire.org Git - thirdparty/squid.git/commit
Author: Alex Rousskov <rousskov@measurement-factory.com>
Cleanup ETag comparison functions in preparation for If-Match support.
Replace etagIsEqual() with etagIsStrongEqual() function that does proper strong
ETag comparison instead of asserting on weak ETags.
Add etagIsWeakEqual() function for weak ETag comparison. Currently unused.
Both etagIs*Equal() functions call etagStringsMatch() helper to compare the tags.
No runtime behavior changes expected.