Skip to content
Snippets Groups Projects
Unverified Commit 603b4a8f authored by Bob Callaway's avatar Bob Callaway Committed by GitHub
Browse files

GetLogByIndexHandler returns 404 for missing index (#297)


* GetLogByIndexHandler returns 404 for missing index

GRPC return codes have changed after switching the Trillian GRPC calls
due to recent changes; therefore we need to adapt for InvalidArgument
which should be returned as a 404 Not Found error to callers.

Fixes #296

Signed-off-by: default avatarBob Callaway <bob.callaway@gmail.com>
parent d196a0ce
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment