学习nginx架构设计与实现,翻译nginx的源码,写nginx的测试代码, 在issue中记录nginx的精妙设计及其常见问题https://github.com/vaynedu/nginx-1.16.0/issues 。 myexercise内存池、哈希表、链表、md5、crc测试代码,mymodule中有hello自定义模块代码。通过nginx将自己整个知识体系连接起来
BSD 2-Clause "Simplified" License
12
stars
2
forks
source link
ngx_http_core_generic_phase这个hander方法是在哪里被赋值的,一直没有找到 #3
Open
vaynedu opened 5 years ago
请教一个关于nginx http的11个阶段的问题
ngx_http_core_generic_phase这个hander方法是在哪里被赋值的,一直没有找到
比如: ngx_http_core_rewrite_phase阶段执行的handler方法是ngx_http_rewrite_handler,这个显而易见