SHORT SUMMARY: Failure to close out an SSL socket if connection has not completed INDICATORS: Timeout of SSLSocket connection instead of a socket closed exception during connect COUNTER INDICATORS: TRIGGERS: See bugDB report KNOWN WORKAROUND: Perhaps the system setting for socket timeout can be reduced but may not be suitable PRESENT SINCE: N/A HOW TO VERIFY: Will write up a JTREG test from sample testcase included NOTES FOR SE: Closing of SSL sockets is ignored if SSL session state is still at cs_START. We shouldn't ignore close requests where connect operations get interrupted. REGRESSION: No.
|