wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

nginx 1.12 ngx_chain_update_chains requires pool parameter #11

Closed char101 closed 12 years ago

char101 commented 12 years ago

Hi,

With nginx 1.12 ngx_chain_update_chains in the function ngx_http_push_stream_output_filter requires r->pool as the first parameter.

Thanks.

wandenberg commented 12 years ago

Hi Charles,

thanks for your report, but this module is tested only with versions considered legacy or stable. Versions in development state are "unstable", and some changes can be reverted.

Try to use the module with the nginx 1.0.11. As soon as this new ngx_chain_update_chains function goes to stable version I will update the module.

Regards.

wandenberg commented 12 years ago

Hi,

now versions 1.1.x are supported too

char101 commented 12 years ago

Hi,

That's good news. Thanks a lot.