File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/threadly/litesockets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ protected void addReadBuffer(final ByteBuffer bb) {
316316 return ;
317317 }
318318 recordReadStats (bb .remaining ());
319- se .recordReadStatst (bb .remaining ());
319+ se .recordReadStats (bb .remaining ());
320320 int start ;
321321 // synchronize to ensure readBuffers are not modified by non-client thread getRead call
322322 synchronized (readerLock ) {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public void setPerConnectionStatsEnabled(boolean enabled) {
5151 perConnectionStatsEnabled = enabled ;
5252 }
5353
54- protected void recordReadStatst (int size ) {
54+ protected void recordReadStats (int size ) {
5555 stats .addRead (size );
5656 }
5757
You can’t perform that action at this time.
0 commit comments