Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2 Beta
-
Fix Version/s: None
-
Component/s: library
-
Labels:None
-
Environment:Windows 7
Windows Server 2008 VM
AVG 2012.0.2221
Coucbase C# Client Library 1.2
Description
During instantiation of the client, a MessageStreamListener is created. Inside of the listener is a call is made to the config url
Line 376 of MessageStreamListener
this.request = this.requestFactory.GetWebRequest(configUrl, configUrl.GetHashCode().ToString());
this.response = this.request.GetResponse();
If this call never completes, for example because AVG silently blocks the request and prevents the data from being returned, then the client will wait indefinitely instead of timing out.
Line 376 of MessageStreamListener
this.request = this.requestFactory.GetWebRequest(configUrl, configUrl.GetHashCode().ToString());
this.response = this.request.GetResponse();
If this call never completes, for example because AVG silently blocks the request and prevents the data from being returned, then the client will wait indefinitely instead of timing out.
-
Hide
- NCBC-152.zip
- 24/May/13 11:59 AM
- 1.64 MB
- Saakshi Manocha
-
- NCBC-152/App.config 1 kB
- NCBC-152/bin/Debug/Couchbase.dll 174 kB
- NCBC-152/bin/Debug/Couchbase.pdb 392 kB
- NCBC-152/bin/Debug/CouchbaseTest.exe 4 kB
- NCBC-152/bin/.../CouchbaseTest.exe.config 1 kB
- NCBC-152/bin/Debug/CouchbaseTest.pdb 12 kB
- NCBC-152/bin/.../CouchbaseTest.vshost.exe 11 kB
- NCBC-152/.../CouchbaseTest.vshost.exe.config 1 kB
- NCBC-152/bin/Debug/Enyim.Caching.dll 164 kB
- NCBC-152/.../Enyim.Caching.Log4NetAdapter.dll 9 kB
- NCBC-152/.../Enyim.Caching.Log4NetAdapter.pdb 26 kB
- NCBC-152/.../Enyim.Caching.NLogAdapter.dll 9 kB
- NCBC-152/.../Enyim.Caching.NLogAdapter.pdb 26 kB
- NCBC-152/bin/Debug/Enyim.Caching.pdb 554 kB
- NCBC-152/bin/Debug/Hammock.dll 217 kB
- NCBC-152/bin/Debug/Hammock.pdb 530 kB
- NCBC-152/bin/Debug/log4net.dll 264 kB
- NCBC-152/bin/Debug/Newtonsoft.Json.dll 360 kB
- NCBC-152/bin/Debug/Newtonsoft.Json.pdb 984 kB
- NCBC-152/bin/Debug/Newtonsoft.Json.xml 394 kB
- NCBC-152/bin/Debug/NLog.dll 360 kB
- NCBC-152/bin/Debug/NLog.pdb 862 kB
- NCBC-152/bin/Debug/RestSharp.dll 147 kB
- NCBC-152/bin/Debug/RestSharp.xml 124 kB
- NCBC-152/bin/Debug/taglib-sharp.dll 301 kB
- NCBC-152/couchbase.sln 0.9 kB
- NCBC-152/couchbase.sln.vsdoc 0.2 kB
- NCBC-152/couchbase.suo 49 kB
- NCBC-152/couchbase.vsdoc 0.2 kB
- NCBC-152/couchbase-avg-test.csproj 4 kB