Hello,
Giving nginx a spin on NetBSD, I noticed:
accept filters "accept_filter=httpready" are not supported on this platform, ignored in /usr/pkg/etc/nginx/nginx.conf:40
But NetBSD does support them:
accf_http (9) - buffer incoming connections until a certain complete HTTP requests arrive
# grep -i accf /usr/src/sys/arch/amd64/conf/NETBSD_WEBSERVER
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
Since I'm using packages (pkgin), I could not test nginx 1.x (which is in pkgsrc); Maybe this has been fixed in the mean time ?
Regards,
Hugo