https://github.com/ledgetech/lua-resty-http/blob/183310324026120ab7eaf5dd82b9be90ae63aadf/lib/resty/http.lua#L797 There are many cases where the header may be nil and it's yielding with un-needed exception. Should add a simple if before accessing the header.
lua-resty-http/lib/resty/http.lua
Line 797 in 1833103
There are many cases where the header may be nil and it's yielding with un-needed exception.
Should add a simple if before accessing the header.