mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-02-08 01:27:05 +00:00
![Tatsuhiro Tsujikawa](/assets/img/avatar_default.png)
Implement fd caching for static files. The response body for such as 404 was dynamically generated previously, but now it is written in temporally file and its fd is cached. Currently, cache is reference counted and expired when count becomes 0. This makes caching is not effective other than "busy" period, but we don't need this feature if we are not busy.
See README.rst
Description
Languages
C++
50.2%
C
40%
Go
4%
Python
2%
M4
1.6%
Other
2.2%