You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/03/26 01:04:28 UTC

git commit: Add do_io_close() patch to STATUS

Updated Branches:
  refs/heads/3.0.x 7be4607e3 -> e1ca2c72c


Add do_io_close() patch to STATUS


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e1ca2c72
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e1ca2c72
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e1ca2c72

Branch: refs/heads/3.0.x
Commit: e1ca2c72c23a5e8684afd2cbf092aadcaefc9130
Parents: 7be4607
Author: jplevyak@apache.org <jp...@apache.org>
Authored: Sun Mar 25 16:03:52 2012 -0700
Committer: John Plevyak <jp...@acm.org>
Committed: Sun Mar 25 16:03:52 2012 -0700

----------------------------------------------------------------------
 STATUS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e1ca2c72/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 131270e..1c53262 100644
--- a/STATUS
+++ b/STATUS
@@ -80,6 +80,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    Jira: https://issues.apache.org/jira/browse/TS-1158
    +1: jplevyak
 
+  *) race condition UnixNetVConnection::do_io_close()
+   master SHA: 2731f6bfabfb983af3ddb8a48cde537d7503f283
+   Jira: https://issues.apache.org/jira/browse/TS-857
+   +1: jplevyak
+
 STALLED ISSUES
 
   *) IOCORE: Fix for cross thread closing of VCs.