)
);
if (resource.lastModified() != null) {
response = response.withHeader(
HttpHeaders.LAST_MODIFIED,
DateUtils.formatDate(resource.lastModified())
);
}
bytes = response.withBody(resource).send(socket);
Logger.info(
this, "#run(): %d bytes of %s", bytes, resource