xchoox commented on code in PR #6179:
URL: https://github.com/apache/shenyu/pull/6179#discussion_r2387603344


##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/listener/http/HttpLongPollingDataChangedListener.java:
##########
@@ -133,6 +139,19 @@ public void doLongPolling(final HttpServletRequest 
request, final HttpServletRes
         List<ConfigGroupEnum> changedGroup = compareChangedGroup(request);
         final String clientIp = getRemoteIp(request);
         final String namespaceId = getNamespaceId(request);
+        final String bootstrapInfo = 
StringUtils.defaultString(request.getHeader(InstanceTypeConstants.BOOTSTRAP_INSTANCE_INFO),
 "");
+        final String clientPort = 
StringUtils.defaultString(request.getHeader(X_REAL_PORT), "");
+        if (!"0".equals(clientPort)) {

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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to