chia7712 commented on code in PR #757:
URL: https://github.com/apache/yunikorn-core/pull/757#discussion_r1518705271
##########
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:
This PR aims to enhance only `getQueueApplication`. However, I'd like to
open the room to discuss whether we should bring this enhancement to all
restful APIs. @targetoee WDYT?
--
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]