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.
Activity
Matt Ingenthron
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Project | Couchbase Server [ 10010 ] | Couchbase .NET client library [ 10046 ] |
| Key | MB-7136 | NCBC-152 |
| Affects Version/s | 1.2 Beta [ 10353 ] | |
| Affects Version/s | 1.8.1 [ 10295 ] | |
| Component/s | library [ 10122 ] | |
| Component/s | clients [ 10042 ] | |
| Security | Public [ 10011 ] |
Matt Ingenthron
made changes -
| Assignee | John Zablocki [ john ] |
John Zablocki
made changes -
| Fix Version/s | 1.2 [ 10298 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.1 [ 10441 ] | |
| Fix Version/s | 1.2.0 [ 10298 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.2 [ 10472 ] | |
| Fix Version/s | 1.2.1 [ 10441 ] |
John Zablocki
made changes -
| Fix Version/s | 1.2.3 [ 10473 ] | |
| Fix Version/s | 1.2.2 [ 10472 ] |
John Zablocki
made changes -
| Planned Start | (set to new fixed version's start date) | |
| Planned End | (set to new fixed version's start date) |
John Zablocki
made changes -
| Fix Version/s | 1.2.5 [ 10525 ] | |
| Fix Version/s | 1.2.4 [ 10473 ] |
Matt Ingenthron
made changes -
| Priority | Major [ 3 ] | Minor [ 4 ] |
Matt Ingenthron
made changes -
| Assignee | John Zablocki [ john ] | Saakshi Manocha [ saakshi.manocha ] |
Matt Ingenthron
made changes -
| Fix Version/s | 1.2.5 [ 10525 ] |