hi,
my app crashes here
ClientBodyReceived(const TDesC8& aBodyData, TBool isLast){
data8->Insert(data8->Length(), aBodyData);
}
it is an observer method, so it is called many times.
and i have to append all the values of aBodyData to a descriptor like data8.
do you have any suggestions???
thanks a lot....

Reply With Quote


