윈도우 환경 요청 관리 에러 수정, README.md 반영
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user