[reSIProcate] What is this?
Byron Campen
bcampen at estacado.net
Mon Aug 21 10:19:27 CDT 2006
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2369 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20060821/df3feade/attachment.bin>
More information about the resiprocate-devel
mailing list