commit | 68f75bb9cecbed3a1bed29219de77373fcba7a88 | [log] [tgz] |
---|---|---|
author | Sergey Ponomarev <stokito@gmail.com> | Sun Aug 09 01:23:32 2020 +0300 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Aug 15 23:04:49 2020 +0200 |
tree | 8671ff74735d31440acfc8260a994e23635d92c4 | |
parent | b414cdf5b4a3950ac09b630d0d8b7d2844a7cf81 [diff] |
httpd: Don't add Date header to response RFC 2616 sec. 14.18 says that server MUST send Date header. But in fact the header make sense only for Cache-Control and can be omitted. In the same time the Date eats power, CPU and network resources which are critical for embedded systems. Signed-off-by: Sergey Ponomarev <stokito@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>