Open
Description
- Gitea version (or commit ref): 1.12.3 and 1.14.0+dev-587-g61f9a72f2
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Log gist:
Description
I uploaded a 14MB file to a repository, and tried the API GET /repos/{owner}/{repo}/contents/{filepath}. Example in try.gitea.io swagger: curl -X GET "https://try.gitea.io/api/v1/repos/danielemoroni/bigfile_test/contents/bigfile.dat" -H "accept: application/json"
I get a response 200 but the content is empty. It's fine if I use the raw api instead, GET /repos/{owner}/{repo}/raw/{filepath}.
Is this a known limit in gitea? I couldn't find any documentation or issue about it.