chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2170a00
)
some todos
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 23 Jun 2020 19:01:47 +0000
(20:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 23 Jun 2020 19:01:47 +0000
(20:01 +0100)
src/bin/server.rs
patch
|
blob
|
history
diff --git
a/src/bin/server.rs
b/src/bin/server.rs
index 08f25ac534b7674b6e002b4d0f34684c10adae39..8e380f10bb9a96fbbbabe2ff861c68235002914c 100644
(file)
--- a/
src/bin/server.rs
+++ b/
src/bin/server.rs
@@
-1,4
+1,7
@@
+// xxx need button(s) to kill old clients
+// ? need expiry of old clients? limit of client count?
+
#![feature(proc_macro_hygiene, decl_macro)]
use rocket::{get,post,routes};