.luacov
author Kim Alvefur <zash@zash.se>
Sat, 10 Jun 2023 12:33:58 +0200
branch0.12
changeset 13143 5d5869f14c4d
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_http: Fix error if 'access_control_allow_origins' is set Because it changes the type of the 'opt_origins' variable from util.set to the internal _items table so next time an http app is added an error "attempt to call a nil value (method 'empty')" is triggered. The value is not used anywhere else. Noticed when reviewing uses of the '_items' set property. Not reported by any users, implying this setting is rarely used.

exclude = {
	"^%./spec/";
}