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

RE: [reSIProcate] Bug in ServerPublication::accept


I committed a fix to helper.cxx to not add a contact header if one already exists.

 

Scott

 


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Noiile
Sent: Thursday, May 25, 2006 11:44 PM
To: resiprocate-devel
Subject: [reSIProcate] Bug in ServerPublication::accept

 

resiprocate-devel, Hello

 

In function ServerPublication::accept(int statusCode), it use Helper::makeResponse base mLastResponse.

But in function Helper::makeResponse which called , it will add Contact header without clear. so when I accept a refresh PUBLISH, the Contact headers will increase 1.

In fact, I just need add contact when accept the first PUBLISH, rigth? 

 

2006-5-26