The struct was mistakenly spelled flt_fcgi_ctx() in fcgi_flt_stop()
when it was introduced in 2.1 with commit
78fbb9f991 ("MEDIUM:
fcgi-app: Add FCGI application and filter"), causing build issues
when trying to get the alignment of the object in pool_free() for
debugging purposes. No backport is needed as it's just used to convey
a pointer.
static void fcgi_flt_stop(struct stream *s, struct filter *filter)
{
- struct flt_fcgi_ctx *fcgi_ctx = filter->ctx;
+ struct fcgi_flt_ctx *fcgi_ctx = filter->ctx;
if (!fcgi_ctx)
return;