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
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/com/kttdevelopment/simplehttpserver/handler/TemporaryHandler.java
+41-2
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,18 @@
8
8
9
9
/**
10
10
* A temporary handler handles a single request and then removes itself from the server. This can be used for single use downloads, or media file hosting.
11
+
* For time based expiry the handler will only remove itself if a user connects to the handler after the time expires.
0 commit comments