From: paul Date: Fri, 29 Apr 2016 09:31:25 +0000 (+0000) Subject: split transmission chunks of header and body, so that browsers can load css in parallel X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=2c29a0ff0f4f8d2f9763ba1cc02eb696c4145429 split transmission chunks of header and body, so that browsers can load css in parallel svn path=/trunk/; revision=121 --- diff --git a/templates/frame.html.sh b/templates/frame.html.sh index e6f2d6e..924b2bd 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -21,9 +21,11 @@ cat < - ${TITLE:-${PAGE}} + ${TITLE:-${PAGE}} +EOF +cat < $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error)