~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to repro/Proxy.cxx

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-08-08 15:02:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120808150203-lzhbki3cqh2td7hk
Tags: 1.8.5-1
* New upstream release
* Make sure repro hashed passwords are not world readable
* Remove /var/lib/repro on purge (Closes: #675273)
* Delay in postrm in case process hasn't finished stopping
* Fix support for multiple ENUM carriers
* Fix issue with help text causing crash
* Fix clash between DIGEST and mutual TLS when used concurrently

Show diffs side-by-side

added added

removed removed

Lines of Context:
362
362
                        InfoLog (<< "Inserting new RequestContext tid=" << tid
363
363
                                  << " -> " << *context);
364
364
                        mServerRequestContexts[tid] = context;
365
 
                        DebugLog (<< "RequestContexts: " << InserterP(mServerRequestContexts));
 
365
                        //DebugLog (<< "RequestContexts: " << InserterP(mServerRequestContexts));  For a busy proxy - this generates a HUGE log statement!
366
366
                        try
367
367
                        {
368
368
                           context->process(std::auto_ptr<resip::SipMessage>(sip));