随笔分类 -  nginx

nginx源码分析
摘要:ngx_init_cycle 解析配置文件 完成模块中command set函数调用 阅读全文
posted @ 2015-01-30 10:24 rainbow.zhang 阅读(245) 评论(0) 推荐(0)
ngx_cdecl
摘要:ngx_cdecl 作为跨平台用,现在理解有限,以后补充_cdecl 是C Declaration的缩写(declaration,声明),表示C语言默认的函数调用方法:所有参数从右到左依次入栈,这些参数由调用者清除,称为手动清栈。 阅读全文
posted @ 2015-01-17 18:53 rainbow.zhang 阅读(204) 评论(0) 推荐(0)
nginx gzip filter模块分析
摘要:API:http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/zlib-deflateinit2.htmlngx_http_gzip_header_filter1.首先配置信息的验证,是否需要进行gzip压... 阅读全文
posted @ 2015-01-16 10:15 rainbow.zhang 阅读(698) 评论(0) 推荐(0)