We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cbefd commit 9dcfd4bCopy full SHA for 9dcfd4b
1 file changed
src/main/java/microsoft/exchange/webservices/data/core/request/HangingServiceRequestBase.java
@@ -80,7 +80,7 @@ public interface IHandleResponseObject {
80
* Test switch to log all bytes that come across the wire.
81
* Helpful when parsing fails before certain bytes hit the trace logs.
82
*/
83
- private static boolean logAllWireBytes = false;
+ private static volatile boolean logAllWireBytes = false;
84
85
/**
86
* Callback delegate to handle response objects
0 commit comments