From a1a4457a94627ca54ea0b70b9173d5402afdd4a9 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Thu, 6 Jul 2017 16:39:46 -0500 Subject: typo fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c61406e..8a30efd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Roughtime features not implemented: * Multi-request Merkle tree is not built. Each request gets its own response with `PATH` empty and `INDX` zero. -Error-handling is not robust. There are many `unwrap()`'s and `expect()`'s in the request handling path. +Error-handling is not robust. There are `unwrap()`'s and `expect()`'s in the request +handling path. The server is a dead simple single-threaded `recv_from` loop. `mio` and `tokio` are intentionally avoided to keep the implementation straightforward and maximize -- cgit v1.2.3