Skip to content

Commit a315c2c

Browse files
committed
moved the readme to top
1 parent 3ba7b33 commit a315c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/main/java/one/xio/AsioVisitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ public void apply(SelectionKey key) throws Exception {
495495
SSLEngine sslEngine = state.getB();
496496

497497
SSLEngineResult unwrap = sslEngine.unwrap((ByteBuffer) fromNet.flip(), toApp);
498-
System.err.println("unwrap2:" + unwrap);
499-
System.err.println("unwrap2a: " + fromNet.toString());
498+
System.err.println("nunwrap2:" + unwrap);
499+
System.err.println("nunwrap2a: " + fromNet.toString());
500500
switch (unwrap.getStatus()) {
501501
case BUFFER_UNDERFLOW:
502502
SelectionKey on = sslBacklog.fromNet.on(key, doubleBuffer((ByteBuffer) fromNet.flip()));

0 commit comments

Comments
 (0)