gotosocial/internal/api
kim 02767bfc7d
[performance] remove local copying of file for satisfying range headers (#1421)
* remove local copying of file for satisfying range headers

Signed-off-by: kim <grufwub@gmail.com>

* remove unused import

Signed-off-by: kim <grufwub@gmail.com>

* fix range header reader limit calculation

Signed-off-by: kim <grufwub@gmail.com>

---------

Signed-off-by: kim <grufwub@gmail.com>
2023-02-06 09:50:16 +01:00
..
activitypub [chore] reformat GetAccount() functionality, support updating accounts based on last_fetch (#1411) 2023-02-03 20:03:05 +00:00
auth [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
client [chore] stub /api/v1/featured_tags endpoint (#1420) 2023-02-05 10:50:09 +01:00
fileserver [performance] remove local copying of file for satisfying range headers (#1421) 2023-02-06 09:50:16 +01:00
model [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
nodeinfo [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
util [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
wellknown [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
activitypub.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
auth.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
client.go [chore] stub /api/v1/featured_tags endpoint (#1420) 2023-02-05 10:50:09 +01:00
fileserver.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
nodeinfo.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
wellknown.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00