mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ class PortUnificationServerHandler extends Decoder {
|
||||
@Override
|
||||
public void write(ChannelHandlerContext context, Object message, ChannelPromise promise) throws Exception {
|
||||
if (message instanceof HttpResponse) {
|
||||
// BuiltInServer.LOG.debug("OUT HTTP:\n" + message);
|
||||
//BuiltInServer.LOG.debug("OUT HTTP:\n" + message);
|
||||
HttpResponse response = (HttpResponse)message;
|
||||
BuiltInServer.LOG.debug("OUT HTTP: " + response.status().code() + " " + response.headers().get(CONTENT_TYPE));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user