Skip to content

Commit c228cad

Browse files
author
Luis Sanchez
committed
[FAB-1232] Add 413 Request Entity Too Large status code
Subtask of FAB-1171 Needed for BroadcastResponse when tx is too large to process. Change-Id: I84fd5728fc5dafbb8dcc0fb8a680be26035b8fc7 Signed-off-by: Luis Sanchez <[email protected]>
1 parent 92bbf99 commit c228cad

File tree

2 files changed

+64
-59
lines changed

2 files changed

+64
-59
lines changed

protos/common/common.pb.go

+63-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/common/common.proto

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ enum Status {
2929
BAD_REQUEST = 400;
3030
FORBIDDEN = 403;
3131
NOT_FOUND = 404;
32+
REQUEST_ENTITY_TOO_LARGE = 413;
3233
INTERNAL_SERVER_ERROR = 500;
3334
SERVICE_UNAVAILABLE = 503;
3435
}

0 commit comments

Comments
 (0)