btw I just had a look at our (horrible) code to ha...
# http4k
f
btw I just had a look at our (horrible) code to handle HTTP and from what I can see we only had a couple of lines to handle the keep alive stuff (with Netty's HttpHeaders.isKeepAlive and HttpHeaders.setKeepAlive and a simple channel attribute) and that was basically it, all the rest (and there's quite a bit....) was just to convert Netty's HTTP stuff to Jersey requests/responses