To fix the error on FreeBSD, you need to load the accf_http kernel module

# kldload accf_http

# grep accf /boot/defaults/loader.conf
accf_data_load="NO" # Wait for data accept filter
accf_http_load="NO" # Wait for full HTTP request accept filter

add the second to /boot/loader.conf with 'YES' to enable permanently.