[lwip-users] new SSI/SHTML parser testers needed

2014-03-14 Thread Sergio R. Caprile
Hi everyone, I rewrote the SHTML parser inside the httpdserver_raw project, and I wonder if there is anyone interested in testing it in real-life situations. All you would need to do is replace your contrib/apps/httpserver_raw files and probably some slight mods to your tag handling routines, as

Re: [lwip-users] new SSI/SHTML parser testers needed

2014-03-14 Thread Simon Goldschmidt
Sergio R. Caprile wrote: I rewrote the SHTML parser inside the httpdserver_raw project, and I wonder if there is anyone interested in testing it in real-life situations. Yes,I am interested. Can you share the code? PS: I'm using lwIP1.4.1, so you might need to upgrade too. Or downgrade,

[lwip-users] igmp_set_timer() fix

2014-03-14 Thread Marko Kiiskila
Hi, I encountered this issue few months back, and thought I'd share the observation. igmp_set_timer() can still set it's timer value to 0, which is not good. At least for me. My random number generator can return 0. [marko@Markos-MacBook-Pro:~/src2/module/ext/LwIP/src/core/ipv4]$ diff -C 3