How many tokens do you think CC3200 can handle in one request.
The idea is that I am sending a file from the web browser (I chop it into multiple 64 bytes tokens using javascript)
I noticed that my file is divided on 30 tokens __SL_P_F01 --> __SL_P_F30
From the CC300 in the HttpEvent callback function I do not receive all the tokens. only 10 or 11 are received and the callback function is not called any more.
any ideas on this please.