FRiCKLE / ngx_postgres

upstream module that allows nginx to communicate directly with PostgreSQL database.
http://labs.frickle.com/nginx_ngx_postgres/
BSD 2-Clause "Simplified" License
545 stars 122 forks source link

removed check for r->subrequest_in_memory for >= 1.13.10 #60

Open xeioex opened 6 years ago

xeioex commented 6 years ago

Since 1.13.10 when r->subrequest_in_memory is set, output is stored in r->out buffer by postpone filter (https://hg.nginx.org/nginx/rev/20f139e9ffa8).