Skip to content

Commit 3dab5f4

Browse files
committed
Remove enableFullStreamDecompression call in GcdmNetcdfFile test
enableFullStreamDecompression was removed from grpc-java (grpc/grpc-java#10744) as it was a no-op, so safe to remove in our code.
1 parent c007ae2 commit 3dab5f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cdm/gcdm/src/test/java/ucar/gcdm/client/GcdmNetcdfFile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ private void openChannel() {
191191
this.channel = ManagedChannelBuilder.forTarget(target)
192192
// Channels are secure by default (via SSL/TLS). For now, we disable TLS to avoid needing certificates.
193193
.usePlaintext() //
194-
.enableFullStreamDecompression() //
195194
.maxInboundMessageSize(MAX_MESSAGE) //
196195
.build();
197196

0 commit comments

Comments
 (0)