esevastyanov commented on a change in pull request #8110: [WIP] Response 
context refactoring
URL: https://github.com/apache/incubator-druid/pull/8110#discussion_r305614806
 
 

 ##########
 File path: server/src/main/java/org/apache/druid/server/QueryResource.java
 ##########
 @@ -83,6 +83,7 @@
 
   protected static final int RESPONSE_CTX_HEADER_LEN_LIMIT = 7 * 1024;
 
+  public static final String HEADER_RESPONSE_CONTEXT = 
"X-Druid-Response-Context";
   public static final String HEADER_IF_NONE_MATCH = "If-None-Match";
   public static final String HEADER_ETAG = "ETag";
 
 Review comment:
   Renamed `CTX_HEADER_ETAG` to `CTX_ETAG`. It still has the same value as 
`QueryResource.HEADER_ETAG` but serves a different goal (header name vs context 
key)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to