|
From: | Dmitry |
Subject: | [lwip-devel] [bug #50844] Wrong SSI tag handling if tag ends exactly at the end of 2xMSS buffer |
Date: | Mon, 24 Apr 2017 03:21:22 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:53.0) Gecko/20100101 Firefox/53.0 |
Follow-up Comment #2, bug #50844 (project lwip): Yes I'm using FatFS to store files. But I'm also working with httpserver_raw from Texas Instruments TivaWare library and there is no LWIP_HTTPD_DYNAMIC_FILE_READ setting. Maybe this is some old example of http server. But this issue is related also to a last httpd.c from lwip v2.0.x apps. I didn't test it with static files which are stored in internal flash memory. For a v2.0.x the changes should be made in http_send_data_ssi function in a 1209 line: ----------------- while((ssi->tag_state == TAG_SENDING) || (ssi->parse_left) && (err == ERR_OK)) { ----------------- _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?50844> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |