Bug 63971

Summary: lua: apr_table_unset for headers_out etc
Product: Apache httpd-2 Reporter: Eric Covener <covener>
Component: mod_luaAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: FixedInTrunk
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Eric Covener 2019-11-27 17:28:14 UTC
Pardon my incorrect terminology, but it seems that lua snippets can't remove entries from tables such as headers_out/err_headers_out.  

Passing nil blows up and there is no special case for apr_table_unset().