Squashed commit of the following:
commit
cdbf6e7e9e313444606b38d2afcea79954cca108
Author: Tom Peters <thopeter@cisco.com>
Date: Fri Mar 27 11:47:19 2020 -0400
http_inspect: added FIXIT for thread safety
if (params->js_norm_param.normalize_javascript)
params->js_norm_param.js_norm->configure();
+ // FIXIT-H The following four lines are not thread safe during reload
xtra_trueip_id = Stream::reg_xtra_data_cb(get_xtra_trueip);
xtra_uri_id = Stream::reg_xtra_data_cb(get_xtra_uri);
xtra_host_id = Stream::reg_xtra_data_cb(get_xtra_host);