netty5/transport
Trustin Lee 0aa99606d9 Fix a race where 2 handlers in different threads access the same buffer
- DefaultChannelPipeline detects such cases and creates an object called
  'bridge' that works as a man-in-the-middle to deal with a race
  condition
- Slight performance drop is observed but still faster than v3. 
  Couldn't find much from a profiler yet.
2012-06-04 00:24:34 -07:00
..
src Fix a race where 2 handlers in different threads access the same buffer 2012-06-04 00:24:34 -07:00
pom.xml Code cleanup 2012-03-30 12:48:28 +09:00