diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 02:03:54 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 02:03:54 -0500 |
| commit | 8a41a22431aac953877388e19a80e67b1dbec225 (patch) | |
| tree | f012adb6e41a5c74c49f3cf42ba0ae927de9a23c | |
| parent | 8f5a1e3de51413316682ff12ce84800f082add39 (diff) | |
secure network time update improvements
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 4d479a34..c353aa69 100644 --- a/static/releases.html +++ b/static/releases.html @@ -412,6 +412,8 @@ <li>script: support any number of source versions for deltas</li> <li>set read timeout for HTTPS network time update connection</li> <li>always disconnect HTTPS time connection ASAP</li> + <li>remove unnecessary Accept-Charset header for HTTPS time requests</li> + <li>disable keepalive for secure network time updates</li> </ul> --> |
