this will not be submitted... here to check some internal systems are working

Closes #37956

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37956 from ctiller:test-bm c64b613eb2
PiperOrigin-RevId: 687699907
test_687702529
Craig Tiller 5 months ago committed by Copybara-Service
parent 1b6601bbed
commit e8addfac9e
  1. 1
      src/core/lib/transport/status_conversion.cc

@ -43,7 +43,6 @@ grpc_status_code grpc_http2_error_to_grpc_status(
grpc_http2_error_code error, grpc_core::Timestamp deadline) {
switch (error) {
case GRPC_HTTP2_NO_ERROR:
// should never be received
return GRPC_STATUS_INTERNAL;
case GRPC_HTTP2_CANCEL:
// http2 cancel translates to STATUS_CANCELLED iff deadline hasn't been

Loading…
Cancel
Save