SSLIOSession.java - Case statements don't include all possible enum values
--------------------------------------------------------------------------
Key: HTTPCORE-161
URL: https://issues.apache.org/jira/browse/HTTPCORE-161
Project: HttpComponents HttpCore
Issue Type: Bug
Components: HttpCore NIO
Reporter: Sebb
Priority: Minor
SSLIOSession.java - Case statements don't include all possible enum values:
The enum constant SSLEngineResult.HandshakeStatus.FINISHED has no corresponding
case label line 139
The enum constant SSLEngineResult.HandshakeStatus.FINISHED has no corresponding
case label line 190
The enum constant SSLEngineResult.HandshakeStatus.NEED_TASK has no
corresponding case label line 190
It may be that no action is required for these cases, but it seems to me that
it would be useful to include the cases explicitly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]