This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit 17dbf54ac032a5ba7cbaad17212d45105b34394b Merge: c9066fa 435f18f Author: Leif Hedstrom <[email protected]> AuthorDate: Thu Jul 21 16:18:41 2016 -0600 Merge pull request #819 from zwoop/TS-4311 TS-4311 Removes support for SPDY completely .gitignore | 1 - README | 1 - ci/jenkins/ats_conf.pl | 1 - ci/tsqa/tests/test_example.py | 6 +- ci/tsqa/tests/test_spdy_protocol_select.py | 162 ------- cmd/traffic_layout/traffic_layout.cc | 1 - configure.ac | 18 - .../configuration/session-protocol.en.rst | 8 +- doc/admin-guide/files/records.config.en.rst | 33 -- doc/admin-guide/installation/index.en.rst | 40 -- .../api/functions/TSHttpConnectWithPluginId.en.rst | 11 +- .../configuration/session-protocol.en.po | 20 - .../admin-guide/installation/index.en.po | 4 - .../api/functions/TSHttpConnectWithPluginId.en.po | 2 +- lib/records/I_RecHttp.h | 1 - lib/records/RecHttp.cc | 32 +- lib/ts/apidefs.h.in | 25 +- lib/ts/ink_config.h.in | 3 +- mgmt/RecordsConfig.cc | 14 - .../header_normalize/header_normalize.cc | 4 +- proxy/FetchSM.cc | 6 +- proxy/Main.cc | 5 - proxy/Makefile.am | 5 +- proxy/ProtocolProbeSessionAccept.cc | 14 +- proxy/ProtocolProbeSessionAccept.h | 1 - proxy/ProxyClientTransaction.cc | 2 +- proxy/http/HttpProxyServerMain.cc | 20 +- proxy/http/HttpTransact.cc | 5 +- proxy/http/Makefile.am | 1 - proxy/spdy/Makefile.am | 53 --- proxy/spdy/SpdyCallbacks.cc | 509 --------------------- proxy/spdy/SpdyCallbacks.h | 240 ---------- proxy/spdy/SpdyClientSession.cc | 505 -------------------- proxy/spdy/SpdyClientSession.h | 235 ---------- proxy/spdy/SpdyCommon.cc | 193 -------- proxy/spdy/SpdyCommon.h | 113 ----- proxy/spdy/SpdyDefs.h | 38 -- proxy/spdy/SpdySessionAccept.cc | 75 --- proxy/spdy/SpdySessionAccept.h | 48 -- 39 files changed, 33 insertions(+), 2422 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
