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

Re: [reSIProcate] New header implementaion



On Jul 20, 2005, at 19:44, Viduraj sur wrote:

No, I put new header brfore MAX_HEADERS
thats why I am getting good results for new header
from testParsercategories.cxx
I m getting assertion error when I m sending msg from
n/w
if any body have time can add new header in
headertypes.hxx and run the repro , and receive msg
from n/w . this error will come
thanks


Changing the header is a very invasive thing to do from the ABI point of view in the stack. Did you remove ALL object files and rebuild everything from scratch? If you are dynamic linking your old repro with the modified, new resiprocate, you might have a problem.

A