CookieDSEU

Results 4 issues of CookieDSEU

I have written my own .editorconfig with the help with https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference I have set every entry listed on this page. The .editorconfig works fine with VS2017. But will cause VS2015...

``` + main ++ id -u + '[' 0 -ne 0 ']' + setupUserGroup + '[' -n 29 ']' + groupmod -o -g 29 audio + '[' -n 44 ']'...

question

FileUploadClientHandler extends ChannelInboundHandlerAdapter 应该改为 FileUploadClientHandler extends SimpleChannelInboundHandler 因为ChannelInboundHandlerAdapter 的channelRead 不会释放msg. 内存会越积越多 Server的代码也一样.