윈도우 환경 요청 관리 에러 수정, README.md 반영

This commit is contained in:
현성필
2023-11-07 13:30:48 +09:00
parent 76383e8e5f
commit 8eae737de0
4 changed files with 54 additions and 10 deletions
@@ -73,8 +73,7 @@ public class NettyApiClient {
content = Unpooled.EMPTY_BUFFER;
}
String basePath = server.getBasePath();
String fullPath = Paths.get(basePath, apiRequest.getPath()).toString();
String fullPath = server.getBasePath() + apiRequest.getPath();
HttpRequest request = new DefaultFullHttpRequest(HttpVersion.HTTP_1_1, HttpMethod.valueOf(apiRequest.getMethod()), fullPath, content);