Fixing typo in header

This commit is contained in:
Christian 'ketura' McCarty
2021-03-20 12:12:49 -05:00
parent 1ceb8e5775
commit 5713cede3a

View File

@@ -84,7 +84,7 @@ public class GempukkuHttpRequestHandler extends SimpleChannelInboundHandler<Full
uri = uri.substring(0, uri.indexOf("?"));
final RequestInformation requestInformation = new RequestInformation(httpRequest.getUri(),
httpRequest.headers().get("[X-Forwarded-For]"),
httpRequest.headers().get("X-Forwarded-For"),
System.currentTimeMillis());
ResponseSender responseSender = new ResponseSender(ctx, httpRequest);