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

xuetaoli pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


    from 8fe1f4bc6 fix(router): resolve polaris application lookup from URL 
attributes (#3256)
     add fb8eff2f0 fix(triple): case-insensitive method routing without 
metadata polluti… (#3277)

No new revisions were added by this update.

Summary of changes:
 protocol/triple/server.go                          | 221 +++++----
 protocol/triple/server_test.go                     | 527 +++++++++++++++++++++
 .../triple/triple_protocol/method_route_mux.go     | 118 +++++
 .../triple_protocol/method_route_mux_test.go       | 208 ++++++++
 protocol/triple/triple_protocol/server.go          |   4 +-
 protocol/triple/triple_protocol/triple_ext_test.go |  12 +-
 server/server.go                                   |  34 +-
 server/server_test.go                              |  55 ++-
 server/triple_case_route_integration_test.go       | 255 ++++++++++
 9 files changed, 1304 insertions(+), 130 deletions(-)
 create mode 100644 protocol/triple/triple_protocol/method_route_mux.go
 create mode 100644 protocol/triple/triple_protocol/method_route_mux_test.go
 create mode 100644 server/triple_case_route_integration_test.go

Reply via email to