Skip to content

Commit 8e6a1e1

Browse files
committed
Comments.
1 parent f76a744 commit 8e6a1e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ void protocol_explore::handle_receive_get(const code& ec,
7676
}
7777

7878
///////////////////////////////////////////////////////////////////////////
79-
// TODO: json error responses.
79+
// TODO: formatted error responses.
8080
// TODO: priority sort and dispatch.
81-
// TODO: trivial parse, the path is the base16 hash.
81+
// TODO: URI path parse (see API doc).
82+
// TODO: performance timing header.
8283
///////////////////////////////////////////////////////////////////////////
8384

8485
const auto get_tx = [&](const auto& path) NOEXCEPT

0 commit comments

Comments
 (0)