gitea/modules/httplib
wxiaoguang c55a017225
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
Fix missing Close when error occurs and abused connection pool (#35658)
Fix #35649

* Use upstream `git-lfs-transfer`
* The Close should be called when error occurs (bug fix)
* The connection pool should be shared (bug fix)
* Add more tests to cover "LFS over SSH download"
2025-10-15 09:47:12 +00:00
..
request.go Fix missing Close when error occurs and abused connection pool (#35658) 2025-10-15 09:47:12 +00:00
serve_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
serve.go Refactor cache-control (#33861) 2025-03-13 07:04:50 +08:00
url_test.go Make public URL generation configurable (#34250) 2025-04-22 06:49:37 +08:00
url.go Fix context usages (#35348) 2025-08-27 11:00:01 +00:00