|
From: | Dmitry |
Subject: | [lwip-devel] [bug #50915] non-SSI files corruption with LWIP_HTTPD_DYNAMIC_FILE_READ = 1 |
Date: | Wed, 3 May 2017 03:34:50 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:53.0) Gecko/20100101 Firefox/53.0 |
Follow-up Comment #2, bug #50915 (project lwip): HTTP_IS_DATA_VOLATILE() isn't set specially. So it has default value in httpd.c: ((hs)->ssi ? TCP_WRITE_FLAG_COPY : 0) Should I set it to something else for LWIP_HTTPD_DYNAMIC_FILE_READ = 1 with FatFs? And maybe it should be set as default in httpd.c under LWIP_HTTPD_DYNAMIC_FILE_READ = 1 since you support this setting? _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?50915> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |