Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/src/main/java/io/grpc/internal/AbstractClientStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ void writeFrame(

private final TransportTracer transportTracer;
private final Framer framer;
private boolean shouldBeCountedForInUse;
private boolean useGet;
private final boolean shouldBeCountedForInUse;
private final boolean useGet;
private Metadata headers;
/**
* Whether cancel() has been called. This is not strictly necessary, but removes the delay between
Expand Down