utu2016

Results 2 comments of utu2016

Hi @arut, I'm resuming this as I have the same issue. I've built this module (commit ef2f874d) with nginx 1.14.0: `[root@bf5203f01065 sbin]# ./nginx -V nginx version: nginx/1.14.0 built by gcc...

After looking into nginx code I think the problem is with chain links in rb->bufs which should be freed before setting rb->bufs = NULL as follows: `for (cl = rb->bufs;...