You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caching needs to be properly implemented in srv. I intend to set it up as a system with two purposes -- forbidden files will be redirected to a "cached" 403 response, while files that are less than half a megabyte and haven't been updated since the last caching will be resent until the file is updated. To check their status, we use sys/stat.h.
The text was updated successfully, but these errors were encountered:
Caching needs to be properly implemented in srv. I intend to set it up as a system with two purposes -- forbidden files will be redirected to a "cached" 403 response, while files that are less than half a megabyte and haven't been updated since the last caching will be resent until the file is updated. To check their status, we use sys/stat.h.
The text was updated successfully, but these errors were encountered: