mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-12 20:24:21 +00:00
In #15826 it has become apparent that there are a few occasions when a response can hang during writing, and because there is no timeout go will happily just block interminably. This PR adds a fixed 5 second timeout to all writes to a connection. Fix #15826 Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
|---|---|---|
| .. | ||
| analyze | ||
| auth | ||
| avatar | ||
| base | ||
| cache | ||
| charset | ||
| context | ||
| convert | ||
| cron | ||
| csv | ||
| doctor | ||
| emoji | ||
| eventsource | ||
| generate | ||
| git | ||
| gitgraph | ||
| graceful | ||
| hcaptcha | ||
| highlight | ||
| httpcache | ||
| httplib | ||
| indexer | ||
| lfs | ||
| log | ||
| markup | ||
| matchlist | ||
| metrics | ||
| migrations | ||
| nosql | ||
| notification | ||
| options | ||
| password | ||
| pprof | ||
| private | ||
| process | ||
| public | ||
| queue | ||
| recaptcha | ||
| references | ||
| repofiles | ||
| repository | ||
| secret | ||
| session | ||
| setting | ||
| ssh | ||
| storage | ||
| structs | ||
| svg | ||
| sync | ||
| task | ||
| templates | ||
| test | ||
| timeutil | ||
| translation | ||
| upload | ||
| uri | ||
| user | ||
| util | ||
| validation | ||
| web | ||