netty5/codec-http/src
Norman Maurer d9d488e477 [#2677] Remove unnessary synchronized in SpdySessionHandler
Motivation:

As all methods in the ChannelHandler are executed by the same thread there is no need to use synchronized.

Modifications:

Remove synchronized keyword.

Result:

No more unnessary synchronized in SpdySessionHandler.
2015-08-28 23:14:13 +02:00
..
main/java/io/netty/handler/codec [#2677] Remove unnessary synchronized in SpdySessionHandler 2015-08-28 23:14:13 +02:00
test Fixed a typo [testEquansIgnoreCase() --> testEqualsIgnoreCase()] 2015-08-28 20:49:57 +09:00