1. 资源参考
本节参考lighttpd
版本v1.4.64
。
- 1.lighttpd源码
- 2.HTTP/1.0: https://www.ietf.org/rfc/rfc1945.txt
- 3.HTTP/1.1: https://www.ietf.org/rfc/rfc2616.txt
- 4.HTTP/2: https://tools.ietf.org/rfc/rfc7540.txt
2.源码分析大致逻辑
2.1 主程序逻辑
主程序在文件lighttpd/src/server.c
:
int main <