<div dir="ltr"><div><div><div><div>Hi,<br><br></div>== A bit of background first ==<br>My TV fetches an XML from <a href="http://samsung.com">samsung.com</a> every 2 seconds or so.<br></div>I used to trick the TV to get the file from a local server instead.<br><br></div>When I tried hosting the file on openwrt (I'm on trunk) the TV fails to handle the HTTP response given by uhttpd. nginx, lighthttpd serve it just fine. Yes, TV firmware is not robust, but the bugs are in uhttpd<br></div><div><br>== Issue ==<br></div><div>Fildder reports the response given by uhttpd violates HTTP in these ways:<br></div><div>1) Content-Length response header MUST NOT be present when Transfer-Encoding is used (RFC2616 Section 4.4)<br></div><div>2) Content-Length mismatch: Response Header indicated 2.400 bytes, but server sent 2412 bytes.<br><br></div><div>== Question ==<br></div><div>I'd like to see if I can fix the bug, but I don't know where is the official repo for uhttp. Does anyone know?<br><br></div><div>Best regards,<br></div><div>Maciej Soltysiak<br><br></div></div>