You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/07/17 08:05:09 UTC

[GitHub] [servicecomb-java-chassis] heyile commented on a change in pull request #1881: [SCB-1832] Edge will lose public request headers:old request maybe null

heyile commented on a change in pull request #1881:
URL: https://github.com/apache/servicecomb-java-chassis/pull/1881#discussion_r456285670



##########
File path: edge/edge-core/src/main/java/org/apache/servicecomb/edge/core/EdgeAddHeaderClientFilter.java
##########
@@ -75,6 +75,9 @@ public boolean enabled() {
 
   @Override
   public void beforeSendRequest(Invocation invocation, HttpServletRequestEx requestEx) {
+    if (!invocation.isEdge()) {

Review comment:
       ok




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org