< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] HttpConnection::tryParse()


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]
发送时间: 2006年11月24 15:57
收件人: 'resiprocate-devel@xxxxxxxxxxxxxxxxxxxx'
主题: suggestion!

 

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