Home
last modified time | relevance | path

Searched refs:requestEntityTooLargeJSONResponse (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/mediaapi/routing/
H A Dupload.go174 return requestEntityTooLargeJSONResponse(*cfg.MaxFileSizeBytes)
238 func requestEntityTooLargeJSONResponse(maxFileSizeBytes config.FileSizeBytes) *util.JSONResponse { func
248 return requestEntityTooLargeJSONResponse(maxFileSizeBytes)
H A Dupload_test.go118 want: requestEntityTooLargeJSONResponse(maxSize),