I am using Azure http server using netx library on IMX1064 processor. The Client is posting large data which is spit into multiple TCP packets using HTTP PUT. I have a custom handler on the server side.
When the multipart data is received, I get only the first PUT packet on the server but the additional packets with multipart boundary do not show up in the netx http server.
I can see the packets are coming when I sniff the traffic using wireshark.