nytimes / libvmod-queryfilter

Simple querystring filter/sort module for Varnish Cache v3-v6
http://open.blogs.nytimes.com/
Other
17 stars 2 forks source link

add support for query flags with no = #1

Closed knan-nrk closed 6 years ago

knan-nrk commented 6 years ago

This is useful for urls on the format http://cake.company.example/showme?shape=round&filler=cream&no_almonds&strawberries ... tested up to a few thousand requests/s with no crashes and no apparent leaks.

andrew-canaday commented 6 years ago

@knan-nrk Thanks for contributing! Apologies for the delayed response. I'll review this tomorrow and get back to you.