Commit 9cf592c
Emmanuel Lécharny
Changed the default value for ENABLE_ASYNC_TASKS from true to false. The
SslEngine tasks are now executed one after the other.
This was potentially a cause of error when dealing with huge messages.
Many thanks to Jan Zelmer who has analysed the root cause of this issue
(DIRAPI-423)1 parent 88b01a8 commit 9cf592c
File tree
1 file changed
+2
-2
lines changed- mina-core/src/main/java/org/apache/mina/filter/ssl
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments