CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/27 15:39:27
Modified files:
usr.sbin/relayd: relayd.c
Log message:
The fork+exec privsep commit broke the "block request method" http
config option. Due to reordering of the code, the variable
http_methods was initialized to late. Insert a relay_http() before
load_config().
Found by make run-regress-args-http-filter-method.pl; OK reyk@
