fix(ext/http): pass automatic_compression to op_http_serve on the node:http native path
main added the automatic_compression arg to op_http_serve; the node:http
serveHttpOnListenerForNode call wasn't updated, shifting every arg by one so a
bool landed where the callback Function is expected (TypeError at listen()).