Amos Jeffries wrote:
Went to build and run test this tonight.
src/tests/stub_HttpRequest.cc appears to be missing the stub function:
bool HttpRequest::inheritProperties(const HttpMsg *aMsg)
{
fatal("Not implemented");
return false;
}
same for src/tests/stub_HttpReply.cc
Lets waiting other developers comments and I will re-post the patch or
post a second patch for this.
Other than those it builds. I'll see how it goes under traffic now. I
certainly noticed the rise in clients complaining about MSN failures
when the last build went live without your v1 patch.
Good
Amos