docs: fault filter abort code < 600 (#289)

Signed-off-by: Shriram Rajagopalan <shriram@us.ibm.com>
pull/288/head
Shriram Rajagopalan 7 years ago committed by htuch
parent ba4bb89050
commit 9e15b498e6
  1. 2
      api/filter/http/fault.proto

@ -20,7 +20,7 @@ message FaultAbort {
// HTTP status code to use to abort the HTTP request.
uint32 http_status = 2 [(validate.rules).uint32 = {
gte: 200,
lte: 600
lt: 600
}];
}
}

Loading…
Cancel
Save