ConscryptEngineSocket.SSL*Stream.close() close both streams.
Open
bug
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
Both of the SSL*Stream close() methods call ConscryptEngineSocket.close() which closes the connection in both directions.
Instead they should just shut down the engine in one direction and be aware of the engine STATE_CLOSED_INBOUND and STATE_CLOSED_OUTBOUND states.
Contributor guide
Assessment
This issue has not been assessed yet.