From 3a2b16234538df670c93d7c0bd9820ce96e7c31a Mon Sep 17 00:00:00 2001 From: David Pollak Date: Thu, 23 Feb 2012 14:48:35 -0800 Subject: [PATCH] Added netty response stuff --- src/main/scala/com/something/lift/NothingServerHandler.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/scala/com/something/lift/NothingServerHandler.scala b/src/main/scala/com/something/lift/NothingServerHandler.scala index 81d99ae..9a0f4f9 100644 --- a/src/main/scala/com/something/lift/NothingServerHandler.scala +++ b/src/main/scala/com/something/lift/NothingServerHandler.scala @@ -336,6 +336,8 @@ class NettyHttpRequest extends HTTPRequest { class MyResponse extends HTTPResponse { + lazy val nettyResponse: HttpResponse = new DefaultHttpResponse(HttpVersion.HTTP_1_1, HttpResponseStatus.OK) + /** * Add cookies to the response *