You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/04/21 19:18:06 UTC

[trafficserver] 03/03: TS-4361: Remove TS_FETCH_EVENT handlers from Http2ClientSession. This closes #581.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 12084df688483d939654dd53d3c82e5f3ccaaaa9
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Mon Apr 18 15:16:56 2016 +0900

    TS-4361: Remove TS_FETCH_EVENT handlers from Http2ClientSession. This closes #581.
    
    (cherry picked from commit 3872a385cac3d43de25bdaf38c56bbcc2cb6f65b)
---
 proxy/http2/Http2ClientSession.cc | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/proxy/http2/Http2ClientSession.cc b/proxy/http2/Http2ClientSession.cc
index 8b8427e..d759c84 100644
--- a/proxy/http2/Http2ClientSession.cc
+++ b/proxy/http2/Http2ClientSession.cc
@@ -287,13 +287,6 @@ Http2ClientSession::main_event_handler(int event, void *edata)
     }
     return 0;
 
-  case TS_FETCH_EVENT_EXT_HEAD_DONE:
-  case TS_FETCH_EVENT_EXT_BODY_READY:
-  case TS_FETCH_EVENT_EXT_BODY_DONE:
-    // Process responses from origin server
-    send_connection_event(&this->connection_state, event, edata);
-    return 0;
-
   default:
     DebugHttp2Ssn("unexpected event=%d edata=%p", event, edata);
     ink_release_assert(0);

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