Add helpful log message

pull/1312/head
Craig Tiller 10 years ago
parent b4a75a8547
commit 4b20077299
  1. 3
      src/core/channel/http_server_filter.c

@ -167,6 +167,9 @@ static void call_op(grpc_call_element *elem, grpc_call_element *from_elem,
calld->seen_path) {
grpc_call_next_op(elem, op);
} else {
if (!calld->seen_path) {
gpr_log(GPR_ERROR, "Missing :path header");
}
if (!calld->seen_post) {
gpr_log(GPR_ERROR, "Missing :method header");
}

Loading…
Cancel
Save