ghedo / http2-push-nginx-module

*DEPRECATED* NGINX now supports HTTP/2 server push out of the box http://hg.nginx.org/nginx/rev/641306096f5b
BSD 2-Clause "Simplified" License
40 stars 5 forks source link

initialize pushed stream memory pool #7

Closed ghedo closed 7 years ago

ghedo commented 7 years ago

This is not actually used for anything, but NGINX will try to free it when closing the stream, so create the smallest pool possible to make that work.

StephanDollberg commented 7 years ago

LGTM