On Tue, 2008-01-22 at 23:30 +0100, Guido Serassio wrote: > But after the commit for bug #1923 there is a new entry .... > > ESIInclude.cc > ..\..\..\src\ESIInclude.cc(323) : error C2248: > 'HttpHeader::removeConnectionHeaderEntries' : cannot access protected > member declared in class 'HttpHeader' > c:\work\nt-3.0\src\HttpHeader.h(257) : see declaration of > 'HttpHeader::removeConnectionHeaderEntries' > c:\work\nt-3.0\src\HttpHeader.h(195) : see declaration of > 'HttpHeader'
I have committed a fix. Somebody did not grep for all removeConnectionHeaderEntries() occurrences when replacing it with removeHopByHopEntries(). I hate #ifdefs. Thank you, Alex.
