Skip to content

Commit adc30a0

Browse files
authored
Merge branch 'quickfix-j:master' into jdbc-test
2 parents e8452ca + 5db3e69 commit adc30a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ $ mvnw clean install -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,mi
6666
```
6767

6868
## configuration options
69-
https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html
69+
70+
https://html-preview.github.io/?url=https://github.com/quickfix-j/quickfixj/blob/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html
7071

7172
## basics
7273

quickfixj-core/src/main/java/quickfix/mina/AbstractIoHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public void sessionClosed(IoSession ioSession) {
127127
throw e;
128128
} finally {
129129
ioSession.removeAttribute(SessionConnector.QF_SESSION);
130-
ioSession.closeOnFlush();
131130
}
132131
}
133132

quickfixj-core/src/main/java/quickfix/mina/initiator/InitiatorProxyIoHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void sessionCreated(IoSession session) throws Exception {
3636
}
3737

3838
@Override
39-
public void sessionClosed(IoSession ioSession) throws Exception {
39+
public void sessionClosed(IoSession ioSession) {
4040
this.initiatorIoHandler.sessionClosed(ioSession);
4141
}
4242

0 commit comments

Comments
 (0)