https://bugzilla.novell.com/show_bug.cgi?id=657074
https://bugzilla.novell.com/show_bug.cgi?id=657074#c0 Summary: When opening then closing Socket, the connection isn't properly closed Classification: Mono Product: Mono: Runtime Version: SVN Platform: x86 OS/Version: Debian Woody Status: NEW Severity: Critical Priority: P5 - None Component: io-layer AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Community User Blocker: --- Created an attachment (id=403134) --> (http://bugzilla.novell.com/attachment.cgi?id=403134) Example program Description of Problem: When closing a socket, the connection isn't properly closed and stay opened in state TIME_WAIT. Steps to reproduce the problem: 1. Install a basic http server on localhost port 80 (or any listening server) 2. Compile and execute the code provided Actual Results: Socket remain open. Use netstat -nt to verify that. Expected Results: Socket should be closed properly. Socket must not remain opened in TIME_WAIT state. netstat -nt should confirm that. How often does this happen? Everytime Additional Information: -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
