gitea: Markdown files cannot be edited
-
Gitea version (or commit ref): docker 1.15.0+dev-327-gc636ef8f1
-
Git version:
-
Operating system: centos 7
-
Database (use
[x]):- PostgreSQL
-
Can you reproduce the bug at https://try.gitea.io:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (10 by maintainers)
Commits related to this issue
- Close the dataRC reader sooner Fix #15932 Signed-off-by: Andrew Thornton <art27@cantab.net> — committed to zeripath/gitea by zeripath 3 years ago
- Close the dataRC reader sooner (#16023) Fix #15932 Signed-off-by: Andrew Thornton <art27@cantab.net> — committed to go-gitea/gitea by zeripath 3 years ago
- Close the dataRC reader sooner (#16023) Fix #15932 Signed-off-by: Andrew Thornton <art27@cantab.net> — committed to kitspace/gitea by zeripath 3 years ago
This is a really weird one. It seems it’s not about the length of the file, but some other condition. I could also produce this with giteas CHANGELOG.md… I suspect this is because we have
Transfer-Encoding: chunkedfor HTTP, and somehow somewhere the chunk length is miscalculated, sending non-zero when the response is actually finished…?edit: I bisected, 270aab429ef025df9a0b9bf9e3982729ae8df449 is the bad commit (from PR #15667) @zeripath any ideas?