summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2009-06-12 18:13:39 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2009-06-12 18:13:39 +0000
commitbab697b109c326e65bb68ee3eaede09ba93ad8de (patch)
tree870a6a87700e180d568a2909428057a4514dce37
parentdbe899f1dbcff1e5497dcd8d349f3c170269c22c (diff)
downloadATCD-bab697b109c326e65bb68ee3eaede09ba93ad8de.tar.gz
ChangeLogTag: Fri Jun 12 14:29:55 UTC 2009 Adam Mitz <mitza@ociweb.com>
-rw-r--r--TAO/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f6f382ae54f..7a31ec34c06 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -13,7 +13,8 @@ Fri Jun 12 14:29:55 UTC 2009 Adam Mitz <mitza@ociweb.com>
* tao/Transport.cpp:
If send() returns -1 with EWOULDBLOCK and the Flushing Strategy is
- blocking, return -1 instead of 0. This is an error condition and
+ blocking, return -1 instead of 0. This is an error condition
+ because TAO shouldn't see EWOULDBLOCK with a blocking socket, and
the transport must be closed to avoid looping indefinitely in the
flushing strategy's flush_transport().