bug report: gcount() returns 0 when socket is read into contents successfully and then enters half-closed state

2008-09-08 Thread Howell Chen
Hi Commoncpp developer, Playing around commoncpp 1.6.3 code, I met some behavior under following scenario, which I believe as buggy: 1. Peer A and peer B enter a tcp session 2. A sends some contents to B; if no error is reported (tcp subsystem agree to take over whatever needs

correction: bug report: gcount() returns 0 when socket is read into contents successfully and then enters half-closed state

2008-09-08 Thread Howell Chen
The problematic line for the specific case is actually 2910: Error(errInput, "Could not read from socket", socket_error); Regards, Howell From: Howell Chen Sent: Monday, September 08, 2008 10:33 AM To: '[email protected]' Subject: bug