diff --git a/CONTROL/control b/CONTROL/control
index a2642e4..0ae377f 100644
--- a/CONTROL/control
+++ b/CONTROL/control
@@ -1,7 +1,7 @@
Package: webif
Priority: optional
Section: web
-Version: 1.4.0-5
+Version: 1.4.0-6
Architecture: mipsel
Maintainer: af123@hpkg.tv
Depends: tcpfix,webif-channelicons(>=1.1.25),lighttpd(>=1.4.39-1),jim(>=0.77),jim-oo(>=0.77),jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.3),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.5),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.10),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.21-2),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95),sqlite3(>=3.15.1)
diff --git a/webif/cgi-bin/opkg.jim b/webif/cgi-bin/opkg.jim
index eae2d63..218bbce 100755
--- a/webif/cgi-bin/opkg.jim
+++ b/webif/cgi-bin/opkg.jim
@@ -25,7 +25,10 @@ proc opkg {cmd} {
putsf ""
}
-httpheader "text/plain" 0 "Transfer-Encoding: chunked\r\n"
+# Google Chrome won't render chunks with text/plain!
+# https://bugs.chromium.org/p/chromium/issues/detail?id=156023
+#httpheader "text/plain"
+httpheader "application/octet-stream"
set cmdargs [lassign $cmd cmd]
diff --git a/webif/html/diag/dump.jim b/webif/html/diag/dump.jim
new file mode 100755
index 0000000..69cd725
--- /dev/null
+++ b/webif/html/diag/dump.jim
@@ -0,0 +1,19 @@
+#!/mod/bin/jimsh
+
+source /mod/webif/lib/setup
+package require cgi
+
+puts "
CGI
"
+cgi_input
+cgi_dump
+puts "
"
+
+flush stdout
+#sleep 5
+
+puts "ENV
"
+foreach {var val} [env] {
+ puts "$var = $val"
+}
+puts "
"
+
diff --git a/webif/html/diag/queue/index.jim b/webif/html/diag/queue/index.jim
index 89a0036..e66e6ca 100755
--- a/webif/html/diag/queue/index.jim
+++ b/webif/html/diag/queue/index.jim
@@ -15,7 +15,11 @@ puts {
Queued Tasks