25 lines
688 B
Markdown
25 lines
688 B
Markdown
- Relay doesn't always shut down _if_ accessed by Firefox?
|
|
- Not working behind Nginx
|
|
- Try sending the http_response "OK" _after_ the request body is received
|
|
|
|
- Sort directory listings
|
|
- ".." from server to server list is broken
|
|
- Redirect to add trailing slashes
|
|
- Add file size in directory listing
|
|
- Allow spaces in server names
|
|
- Make file_server_root mandatory
|
|
- Deny unused HTTP methods for endpoints
|
|
- Hide ptth_server.toml from file server
|
|
- ETag cache based on mtime
|
|
- Server-side hash?
|
|
- Log / audit log?
|
|
|
|
- Prevent directory traversal attacks in file_server.rs
|
|
- Error handling
|
|
|
|
- Reverse proxy to other local servers
|
|
|
|
Off-project stuff:
|
|
|
|
- Benchmark directory entry sorting
|