|
@@ -39,7 +39,7 @@
|
|
|
#include "src/core/lib/slice/slice_internal.h"
|
|
|
#include "src/core/lib/slice/slice_string_helpers.h"
|
|
|
#include "src/core/lib/transport/static_metadata.h"
|
|
|
-#include "src/core/lib/transport/status_conversion.h"
|
|
|
+#include "src/core/lib/transport/status_conversion.h"
|
|
|
#include "src/core/lib/transport/transport_impl.h"
|
|
|
|
|
|
#define EXPECTED_CONTENT_TYPE "application/grpc"
|
|
@@ -129,8 +129,8 @@ static grpc_error* client_filter_incoming_metadata(grpc_metadata_batch* b) {
|
|
|
GRPC_ERROR_CREATE_FROM_STATIC_STRING(
|
|
|
"Received http2 :status header with non-200 OK status"),
|
|
|
GRPC_ERROR_STR_VALUE, grpc_slice_from_copied_string(val)),
|
|
|
- GRPC_ERROR_INT_GRPC_STATUS,
|
|
|
- grpc_http2_status_to_grpc_status(atoi(val))),
|
|
|
+ GRPC_ERROR_INT_GRPC_STATUS,
|
|
|
+ grpc_http2_status_to_grpc_status(atoi(val))),
|
|
|
GRPC_ERROR_STR_GRPC_MESSAGE,
|
|
|
grpc_slice_from_cpp_string(std::move(msg)));
|
|
|
gpr_free(val);
|