Re: [lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests

2017-11-29 Thread R. Diez
I just seen that I made some errors... I have copied the naming from the HTTPD file, as is... Many thanks for your help. Your e-mail put me on the right track. The right answer turned out to be just "use LWIP_HTTPD_FILE_STATE". That flag enables the needed state/context pointer. Regards,

Re: [lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests

2017-11-24 Thread Noam Weissman
! } return RespLen; } Hope that helped :-) BR, Noam. From: lwip-users on behalf of R. Diez Sent: Friday, November 24, 2017 12:40 PM To: lwip-users@nongnu.org Subject: [lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests Hi all: I am using the httpd

Re: [lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests

2017-11-24 Thread Noam Weissman
helped :-) BR, Noam. From: lwip-users on behalf of R. Diez Sent: Friday, November 24, 2017 12:40 PM To: lwip-users@nongnu.org Subject: [lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests Hi all: I am using the httpd server that comes with lwIP

[lwip-users] LWIP_HTTPD_SSI_MULTIPART and concurrent HTTP requests

2017-11-24 Thread R. Diez
Hi all: I am using the httpd server that comes with lwIP version 2.0.2 on a small embedded device. As I am generating dynamic HTML content that can reach 1 or 2 KiB per CGI SSI tag, I enabled LWIP_HTTPD_SSI_MULTIPART, so that I can send the tag contents in chunks. Whenever I get an SSI tag callb