zhoujiaping
Results
2
issues of
zhoujiaping
example: ``` /**hello */ ``` will be changed to ``` /** * hello */ ```
HttpServer#tryWrite ``` // in SocketChannelImpl#write, it will change the buffer's position to it's limit. // so the following if always get false. ch.write(buffers, 0, buffers.length); if (buffers[buffers.length - 1].hasRemaining()) {...
help welcome
needs more info