Skip to content

Commit

Permalink
Apply patch recommended on bugzilla #939.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Mesnier authored and rnc committed Jun 13, 2013
1 parent 3362a0d commit 5696a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/REL_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This Release
- Change logging to debug level (https://bugzilla.redhat.com/show_bug.cgi?id=950294).
- Add support for GIOP 1.1 Fragmented Messages (BZ950).
- Add public API for Client/ServerRequestInfo.
- Add fix for NIO with large requests (BZ939).

- TAO ImR/NS Compatibility
- Implement the new property "jacorb.use_tao_imr".
Expand Down
1 change: 1 addition & 0 deletions src/org/jacorb/util/SelectorManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ private void reactivate ()
int currentOps = request.key.interestOps ();
int newOps = currentOps | request.op;
request.key.interestOps (newOps);
insertIntoActivePool (request); // continue incomplete request.
}
catch (Exception ex)
{
Expand Down

0 comments on commit 5696a52

Please sign in to comment.