You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2016/04/27 00:35:35 UTC

[trafficserver] branch master updated: TS-4055: another clean up fix to eliminate the crash case. This closes #585.

This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  f1800a5   TS-4055: another clean up fix to eliminate the crash case. This closes #585.
f1800a5 is described below

commit f1800a5e902288b2a616487d25a3d33b99fc6ba5
Author: shinrich <sh...@yahoo-inc.com>
AuthorDate: Tue Apr 19 15:12:39 2016 -0500

    TS-4055: another clean up fix to eliminate the crash case. This closes #585.
---
 proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 6487b16..e54ce0b 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -5800,7 +5800,7 @@ HttpSM::attach_server_session(HttpServerSession *s)
   server_entry->read_vio = server_session->do_io_read(this, 0, server_session->read_buffer);
 
   // Transfer control of the write side as well
-  server_session->do_io_write(this, 0, NULL);
+  server_entry->write_vio = server_session->do_io_write(this, 0, NULL);
 
   // Setup the timeouts
   // Set the inactivity timeout to the connect timeout so that we

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].