HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
447 stars 119 forks source link

Disk cache protocol isn't supported by CWF #34

Open lisupeng opened 2 years ago

lisupeng commented 2 years ago

Thanks for your great work! I used CWF in my opensource online wiki/doc and collaboration project Tsailun - https://github.com/lisupeng/tsailun

I found CWF won't use the disk cache protocol.

Below is the details:

  1. browser request a file - aaa.jpg
  2. refresh page, CWF will resend whole data of aaa.jpg instead of file not changed message. This behavior is different from nginx/apache.

This feature can avoid a lot traffic and takes fewer time to display a web page. Do you have plan to support this feature ?

lisupeng commented 2 years ago

wireshark wireshark captured packets