MINOR: spoe: Make the SPOE filter compatible with HTX proxies

There is any specific HTTP processing in the SPOE. So there is no reason to not
use it on HTX proxies.

This patch may be backported to 1.9.
diff --git a/src/flt_spoe.c b/src/flt_spoe.c
index bd351be..4cf9237 100644
--- a/src/flt_spoe.c
+++ b/src/flt_spoe.c
@@ -2998,6 +2998,7 @@
 		sighandler_registered = 1;
 	}
 
+	fconf->flags |= FLT_CFG_FL_HTX;
 	return 0;
 }