You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2020/02/07 00:46:27 UTC

[trafficserver] branch 7.1.x updated: Fixed clang compile issue with override

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

bcall pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 6ef406c  Fixed clang compile issue with override
6ef406c is described below

commit 6ef406c5f8749a1be9b04246c70b10c977ea3ad6
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Feb 6 16:45:37 2020 -0800

    Fixed clang compile issue with override
---
 proxy/http/Http1ClientSession.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/Http1ClientSession.h b/proxy/http/Http1ClientSession.h
index 8f9e20b..c1420c7 100644
--- a/proxy/http/Http1ClientSession.h
+++ b/proxy/http/Http1ClientSession.h
@@ -169,7 +169,7 @@ public:
   }
 
   bool
-  is_chunked_encoding_supported() const override
+  is_chunked_encoding_supported() const
   {
     return true;
   }