Project

General

Profile

Actions

Bug #2916

closed

Server-side system time change will interrupt http connection

Added by xiaozou over 5 years ago. Updated over 5 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

Hello,

I am currently working on an experiment that requires the client to download software from the server side, but during the software download process, I found that when the server side time is adjusted backwards by more than 360s(for example, from 0:00 to 0:07), the download process will be interrupted. Later I found out that this problem is caused by server.max-write-idle.When I increase the value of server.max-write-idle, the system time can be adjusted to increase the range.

This creates a problem where the client cannot change the system time during the software download process. If there is a relatively large software being downloaded now, the server-side system time has changed when the download is almost completed, which means that the previous downloads are all invalid and need to be re-downloaded. This will not only waste time, but also cause some unexpected losses.

I sincerely hope that you can look at this issue.
Thank you.

Actions #1

Updated by gstrauss over 5 years ago

Have you heard of NTP?

Why is your server time so far off and why do you think it the problem of every application to workaround the failure of the server admin to keep time?

Actions #2

Updated by gstrauss over 5 years ago

  • Status changed from New to Invalid

discontinuous time (including daylight savings time) has side effects

This is not a bug in lighttpd. Server admins often validate and restart services around daylight savings jumps.

Actions

Also available in: Atom