We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba7b33 commit a315c2cCopy full SHA for a315c2c
src/README.rst renamed to README.rst
src/main/java/one/xio/AsioVisitor.java
@@ -495,8 +495,8 @@ public void apply(SelectionKey key) throws Exception {
495
SSLEngine sslEngine = state.getB();
496
497
SSLEngineResult unwrap = sslEngine.unwrap((ByteBuffer) fromNet.flip(), toApp);
498
- System.err.println("unwrap2:" + unwrap);
499
- System.err.println("unwrap2a: " + fromNet.toString());
+ System.err.println("nunwrap2:" + unwrap);
+ System.err.println("nunwrap2a: " + fromNet.toString());
500
switch (unwrap.getStatus()) {
501
case BUFFER_UNDERFLOW:
502
SelectionKey on = sslBacklog.fromNet.on(key, doubleBuffer((ByteBuffer) fromNet.flip()));
0 commit comments