Content originally posted in LPCWare by tomkrysl on Wed Mar 14 10:06:34 MST 2012
Hello,
maybe this is bad question but I didn't find anything about this:
I am sending XML data in HTTP POST request to my LPC, where modified uIP is running.
My question is if that XML data just grows over single packet size how to easily determine that all data has been sent on LPC side?
Now I just copy data from all packets to a static buffer and search each time for final XML tag. But it is kinda unclean...