You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/05/13 03:07:52 UTC

[trafficserver] branch quic-latest updated (56484a4 -> e59350c)

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

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 56484a4  Remove an unused variable
     add 5daa519  clang-analyzer: Fix API test logic and fixed clang-analyzer issue calling strncmp with null argument
     add 8104f10  Add be32toh and htobe32 for macOS
     add 1d843f6  Convert ssl_preaccept plugin to use command-line arguments
     add 67e60ff  clang-analyzer: Fixed err value being uninitialized
     add 6c9f8ff  gcc9: Added default assignment operator
     add 88b5a13  Removes proxy.config.http.server_tcp_init_cwnd
     add e59350c  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |  7 --
 doc/admin-guide/plugins/lua.en.rst                 |  3 +-
 .../api/functions/TSHttpOverridableConfig.en.rst   |  1 -
 .../api/types/TSOverridableConfigKey.en.rst        |  1 -
 .../admin-guide/files/records.config.en.po         |  7 --
 .../api/functions/TSHttpOverridableConfig.en.po    |  4 -
 example/ssl_preaccept/ssl_preaccept.cc             | 88 +++-------------------
 example/ssl_preaccept/ssl_preaccept.config         |  7 --
 include/ts/apidefs.h.in                            |  1 -
 iocore/net/Connection.cc                           |  6 --
 iocore/net/I_NetProcessor.h                        |  5 --
 iocore/net/I_NetVConnection.h                      |  3 -
 iocore/net/P_UnixNetVConnection.h                  | 16 ----
 iocore/net/SSLNetVConnection.cc                    |  2 +-
 mgmt/RecordsConfig.cc                              |  2 -
 plugins/lua/ts_lua_http_config.c                   |  2 -
 proxy/HostStatus.h                                 |  2 +
 proxy/PluginVC.cc                                  |  6 --
 proxy/PluginVC.h                                   |  1 -
 proxy/http/Http1ClientSession.cc                   | 23 ------
 proxy/http/Http1ClientSession.h                    |  2 -
 proxy/http/HttpConfig.cc                           |  8 +-
 proxy/http/HttpConfig.h                            |  5 --
 proxy/http/HttpProxyServerMain.cc                  |  3 -
 src/traffic_server/InkAPI.cc                       |  4 -
 src/traffic_server/InkAPITest.cc                   | 17 ++---
 26 files changed, 25 insertions(+), 201 deletions(-)
 delete mode 100644 example/ssl_preaccept/ssl_preaccept.config