Skip to content
Snippets Groups Projects
Commit c1f04c92 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Merge branch 'compression-levels' into compression-metadata

parents db94b276 fd621741
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,8 @@ grpc_compression_algorithm grpc_compression_algorithm_for_level( ...@@ -58,9 +58,8 @@ grpc_compression_algorithm grpc_compression_algorithm_for_level(
return GRPC_COMPRESS_NONE; return GRPC_COMPRESS_NONE;
case GRPC_COMPRESS_LEVEL_LOW: case GRPC_COMPRESS_LEVEL_LOW:
case GRPC_COMPRESS_LEVEL_MED: case GRPC_COMPRESS_LEVEL_MED:
return GRPC_COMPRESS_DEFLATE;
case GRPC_COMPRESS_LEVEL_HIGH: case GRPC_COMPRESS_LEVEL_HIGH:
return GRPC_COMPRESS_GZIP; return GRPC_COMPRESS_DEFLATE;
default: default:
/* we shouldn't be making it here */ /* we shouldn't be making it here */
abort(); abort();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment