CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/02 04:10:43
Modified files:
usr.sbin/httpd : httpd.c httpd.h server_fcgi.c server_http.c
Log message:
Nothing uses kv_flags.
John (j AT bitminer.ca) pointed out that we didn't correctly
initialize struct kv and might use slower KV_FLAG_GLOBBING path in
kv_find depending on stack garbage. Instead of fixing the
initialization just delete kv_flags from struct kv.
OK claudio, tb
