chia7712 commented on code in PR #757:
URL: https://github.com/apache/yunikorn-core/pull/757#discussion_r1518707144


##########
pkg/webservice/handlers.go:
##########
@@ -746,6 +752,11 @@ func getQueueApplications(w http.ResponseWriter, r 
*http.Request) {
                appsDao = append(appsDao, getApplicationDAO(app))
        }
 
+       if checkHeader(r.Header, "Content-Encoding", "gzip") {

Review Comment:
   > it may be necessary to discuss which ones require this functionality.
   
   The improvement you propose is a kind of infra to our Restful APIs, so I 
prefer to bring such benefit to all APIs if there is no obvious side-effect or 
cost.



-- 
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