sync code

This commit is contained in:
Ned Wright
2024-12-29 12:27:22 +00:00
parent 711bf5686a
commit c72a54546c
8 changed files with 154 additions and 23 deletions

View File

@@ -173,6 +173,12 @@ getReqBodySizeTrigger()
return conf_data.getNumericalValue("body_size_trigger");
}
unsigned int
getRemoveResServerHeader()
{
return conf_data.getNumericalValue("remove_server_header");
}
int
isIPAddress(c_str ip_str)
{