Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Adven27 committed Oct 12, 2021
1 parent f93cf52 commit 0608560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/adven/grpc/wiremock/HttpMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void destroy() {

public Response request(String path, Object message, Map<String, String> headers) throws IOException, InterruptedException {
headers.putAll(HEADERS.get());
headers.remove("accept-encoding");
LOG.info("Grpc request {}:\nHeaders: {}\nMessage:\n{}", path, headers, message);
return new Response(
httpClient.send(
Expand Down

0 comments on commit 0608560

Please sign in to comment.