We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be4988 commit a93b3e8Copy full SHA for a93b3e8
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/rest/cors/CorsProcessor.java
@@ -163,7 +163,6 @@ private boolean isCorsRequest(HttpRequest request) {
163
private void setVaryHeaders(HttpResponse response) {
164
List<String> varyHeaders = response.headerValues(RestConstants.VARY);
165
if (varyHeaders == null) {
166
-
167
response.addHeader(
168
RestConstants.VARY,
169
RestConstants.ORIGIN + "," + RestConstants.ACCESS_CONTROL_REQUEST_METHOD + ","
0 commit comments