APIv3 append offset and limit to getProfiles etag (#5421)
* APIv3 append offset and limit to getProfiles etag * add separator between offset and limit
Этот коммит содержится в:
@@ -437,7 +437,7 @@ func getProfiles(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
etag := app.GetUsersEtag()
|
etag := app.GetUsersEtag() + params["offset"] + "." + params["limit"]
|
||||||
if HandleEtag(etag, "Get Profiles", w, r) {
|
if HandleEtag(etag, "Get Profiles", w, r) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user