api7 / ngx_multi_upstream_module

ngx_multi_upstream_module for nginx
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

put added `multi_c` to the end of `ngx_connection_s` #11

Closed liudongmiao closed 2 years ago

liudongmiao commented 2 years ago

It will allow dynamic module to use ngx_connection_s. Otherwise, if dynamic module is compiled without multi_c, then when run on nginx with multi_c, the ngx_connection_s is corrupted.

This would close #10 .

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.