Skip to content

v0.17.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 28 Jan 14:22
8b5f474
fix: ensure the module does not instantiate an empty condition block @jhosteny (#43)

Guard the creation of the condition block on the length of the optional
listener_http_header_conditions.

Fixes #42

what

  • Make the condition blocks dynamic, requiring a non-empty list for the http headers

why

  • Without this, the module attempts to create an empty condition, and fails

references

Fixes #42