< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
You
are right, HttpConnection will be destroyed immediately after TxBuffer finish
sending. And actually RxBuffer will receive very little size data each time, so
it’s safe here. Thanks! 发件人: Scott
Godin [mailto:slgodin@xxxxxxxxxxxx] HttpConnections are
destroyed immediately after receiving data, then sending the response.
The RxBuffer is destroyed at this time. Are you seeing any issues with
this? From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx]
On Behalf Of hongsion Hi resip,
I found in HttpConnection::tryParse(), “mRxBuffer” will be enlarged
unlimitedly, for there is no substr process like mTxBuffer. Is it? Please
check! Regards, hongsion 发件人:
hongsion [mailto:hongsion@xxxxxxxxx] Hi resip, I
found ServerRegistration::dispatch(),mOriginalContacts variable is not used.
And stack will update database for each contact. My advice is stack should
update mOriginalContacts, and after all contacts are updated, write
mOriginalContacts back to database. this way maybe more efficient. Not sure is
it right or not, Welcome comments. Regards, hongsion |