>-----Original Message----- >On Behalf Of [email protected] >Sent: Tuesday, August 11, 2009 9:51 AM >To: Mailing list for lwIP users >Subject: Re: [lwip-users] http_sent cb shows 1 byte trailer [RAW] > >However, I'm currently also working on the httpd (the one in contrib - >we might need a httpd in the next product) and didn't have the NULL arg >problem yet, btu I also didn't see RST packets in wireshark. I'll have >to test it with larger files though. > <snip> > >I'm also planning POST and som kind of cgi support: is there any free >code available that we could merge back into contrib? Then I wouldn't >have to do it on my own ;-)
Maybe we can collaborate - I did a crude "git er done" GET and POST handler practically hard coded for a demo. I want GET and POST to be able to reference (easily if possible) C variables - updating on a POST and returning on a GET. I was trying to get Luminary's httpd port running and had trouble. It has some interesting and worthwhile concepts. One is a callback to the app as it needs data to fill in. I was headed toward a fixed table of data which contains fields for the type and how to format the output. I was thinking of using e.g. the printf/scanf specifiers and use them to format incoming and outgoing data. There are a lot of ways to do this of course. Bill _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
