Skip to content

Commit

Permalink
address comment by @ikhoon
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Dec 20, 2024
1 parent be1ca48 commit 21a6f15
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.google.common.annotations.VisibleForTesting;

import com.linecorp.armeria.common.HttpData;
import com.linecorp.armeria.common.HttpHeaders;
import com.linecorp.armeria.common.HttpObject;
Expand Down Expand Up @@ -58,6 +60,7 @@ class HttpResponseWrapper implements StreamWriter<HttpObject> {
private final EventLoop eventLoop;
private final ClientRequestContext ctx;
private final long maxContentLength;
@VisibleForTesting
static final String UNEXPECTED_EXCEPTION_MSG = "Unexpected exception while closing a request";

private boolean responseStarted;
Expand Down

0 comments on commit 21a6f15

Please sign in to comment.