[reSIProcate] What is this?
Byron Campen
docfaraday at mac.com
Mon Aug 21 11:27:16 CDT 2006
Looks like there was a permissions error that was allowing anonymous
commits. The problem has been fixed, and the repository rolled-back.
Anyone who checked this revision out will need to check out a fresh
copy.
Best regards,
Byron Campen
> r6528 | (no author) | 2006-08-21 04:50:33 -0500 (Mon, 21 Aug 2006)
> | 1 line
> Changed paths:
> M /main/repro/BerkeleyDb.hxx
> M /main/repro/ResponseContext.cxx
>
> don't keep 3xx message
>
>
> Index: repro/ResponseContext.cxx
> ===================================================================
> --- repro/ResponseContext.cxx (revision 6527)
> +++ repro/ResponseContext.cxx (revision 6528)
> @@ -754,6 +754,7 @@
> break;
>
> case 3:
> + break;
> case 4:
> case 5:
> DebugLog (<< "forwardedFinal=" <<
> mRequestContext.mHaveSentFinalResponse
> Index: repro/BerkeleyDb.hxx
> ===================================================================
> --- repro/BerkeleyDb.hxx (revision 6527)
> +++ repro/BerkeleyDb.hxx (revision 6528)
> @@ -9,7 +9,7 @@
> //#elif defined(__APPLE__)
> //#include <db42/db_cxx.h>
> #else
> -#include<db4/db_cxx.h>
> +#include<db_cxx.h>
> #endif
>
>
> This will prevent the 3xx from being forwarded back (and if we have
> disabled the recursive redirect, we could end up never responding
> to the request). In addition, why is this commit not attributed to
> anyone?
>
> Best regards,
> Byron Campen
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.sipfoundry.org
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
More information about the resiprocate-devel
mailing list