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/19 18:41:27 UTC

[trafficserver] branch master updated: TS-4361: Remove TS_FETCH_EVENT handlers from Http2ClientSession. This closes #581.

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  3872a38   TS-4361: Remove TS_FETCH_EVENT handlers from Http2ClientSession. This closes #581.
3872a38 is described below

commit 3872a385cac3d43de25bdaf38c56bbcc2cb6f65b
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.
---
 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>'].