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

[reSIProcate] What is this?


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

Attachment: smime.p7s
Description: S/MIME cryptographic signature