aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/workarounds
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-28 18:01:11 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-28 18:01:11 -0700
commit5109b38d4b9f5471febb89b0811e096823b2f4c7 (patch)
tree66a28935ade905482b710b1167aaae8e838ff84f /src/core/ext/filters/workarounds
parent58a1220a073c4304716a634ddef70ac0236e18aa (diff)
Add end2end test for workarounds
Diffstat (limited to 'src/core/ext/filters/workarounds')
-rw-r--r--src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c3
-rw-r--r--src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h3
-rw-r--r--src/core/ext/filters/workarounds/workaround_utils.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c b/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
index ba4f958e18..2060009e5e 100644
--- a/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
+++ b/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
@@ -31,7 +31,6 @@
#include "src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h"
-#include <stdio.h>
#include <string.h>
#include <grpc/support/alloc.h>
@@ -41,7 +40,7 @@
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/metadata.h"
-typedef struct call_data {
+ typedef struct call_data {
// Receive closures are chained: we inject this closure as the
// recv_initial_metadata_ready up-call on transport_stream_op, and remember to
// call our next_recv_initial_metadata_ready member after handling it.
diff --git a/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h b/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
index def30f2236..76f69de06f 100644
--- a/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
+++ b/src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
@@ -36,4 +36,5 @@
extern const grpc_channel_filter grpc_workaround_cronet_compression_filter;
-#endif /* GRPC_CORE_EXT_FILTERS_WORKAROUNDS_WORKAROUND_CRONET_COMPRESSION_FILTER_H */
+#endif /* GRPC_CORE_EXT_FILTERS_WORKAROUNDS_WORKAROUND_CRONET_COMPRESSION_FILTER_H \
+ */
diff --git a/src/core/ext/filters/workarounds/workaround_utils.h b/src/core/ext/filters/workarounds/workaround_utils.h
index 99363248cb..6e6e159583 100644
--- a/src/core/ext/filters/workarounds/workaround_utils.h
+++ b/src/core/ext/filters/workarounds/workaround_utils.h
@@ -34,7 +34,7 @@
#include "src/core/lib/transport/metadata.h"
-#define GRPC_WORKAROUND_PRIORITY_HIGH 9999
+#define GRPC_WORKAROUND_PRIORITY_HIGH 10001
typedef enum {
GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,