0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-10 11:21:56 +02:00
gitea/modules/lfs
burbon d8e6acda8c
Support Range header end in lfs (#11314)
* Initial support of end Range header option in lfs

* Allow end range option to be unspecified

* Declare toByte for consistency

* Factor out content encoding tests from doLfs

This is so Range tests could still use doLfs but without repeating
not related tests

* Add Range header test

* implemented extraHeader
* parametrized expectedStatus

* Add more test cases of Range header

* Fix S1030: should use resp.Body.String()

* Add more tests for edge cases

* Fix tests

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
2020-05-11 11:37:59 +03:00
..
content_store.go
LICENSE
locks.go
pointers.go
server.go Support Range header end in lfs (#11314) 2020-05-11 11:37:59 +03:00