You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2024/04/10 15:03:28 UTC

(dubbo-kubernetes) branch master updated (b773f5a2 -> 85ef83d4)

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

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


    from b773f5a2 Merge pull request #251 from yin1999/xds-server
     add 73b9d7ba fix(cp-server): run h2c server when tls files are not set
     new 85ef83d4 Merge pull request #259 from yin1999/run-h2c-server

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 app/dubboctl/cmd/proxy.go      |   9 +---
 pkg/config/dp-server/config.go |   6 ++-
 pkg/dp-server/server/server.go | 104 ++++++++++++++++++++++++++++++-----------
 3 files changed, 82 insertions(+), 37 deletions(-)


(dubbo-kubernetes) 01/01: Merge pull request #259 from yin1999/run-h2c-server

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git

commit 85ef83d4bba9e9851fc18a9728f448323254c63e
Merge: b773f5a2 73b9d7ba
Author: Ken Liu <ke...@gmail.com>
AuthorDate: Wed Apr 10 23:03:22 2024 +0800

    Merge pull request #259 from yin1999/run-h2c-server
    
    fix(cp-server): run h2c server when tls files are not set

 app/dubboctl/cmd/proxy.go      |   9 +---
 pkg/config/dp-server/config.go |   6 ++-
 pkg/dp-server/server/server.go | 104 ++++++++++++++++++++++++++++++-----------
 3 files changed, 82 insertions(+), 37 deletions(-)