0288570b06
Motivation: If two requests from the same IP are reached at the same time, `connected.contains(remoteIp)` may return false in both threads. Modifications: Check if there is already a connection with the same IP using return values. Result: Become thread safe. |
||
---|---|---|
.. | ||
main/java/io/netty/handler | ||
test |