Index: patches/70_uhttpd_no_firstline.patch
===================================================================
--- patches/70_uhttpd_no_firstline.patch	(revision 0)
+++ patches/70_uhttpd_no_firstline.patch	(revision 0)
@@ -0,0 +1,16 @@
+--- a/libs/sgi-uhttpd/luasrc/sgi/uhttpd.lua
++++ b/libs/sgi-uhttpd/luasrc/sgi/uhttpd.lua
+@@ -93,12 +93,7 @@ function handle_request(env)
+ 
+ 		if active then
+ 			if id == 1 then
+-				send(env.SERVER_PROTOCOL)
+-				send(" ")
+-				send(tostring(data1))
+-				send(" ")
+-				send(tostring(data2))
+-				send("\r\n")
++				-- uhttps sends firstline
+ 			elseif id == 2 then
+ 				hcache[data1] = data2
+ 			elseif id == 3 then
