aboutsummaryrefslogtreecommitdiff
path: root/weed/util/http_util.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Added tls for http clients (#5766)vadimartynov1-497/+0
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-7/+7
2024-04-24filer read chunk retry if status code 499 (#5528)Konstantin Lebedev1-1/+1
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel1-15/+22
2024-01-13refactoringchrislu1-0/+38
2023-09-01weed/util: fix dropped errors (#4803)Lars Lehtonen1-0/+12
2022-08-31just a bit saferchrislu1-0/+3
2022-08-31minorchrislu1-2/+2
2022-08-31s3: close response body with copying objectchrislu1-6/+6
2022-08-19filer: retryable when error is not foundchrislu1-1/+1
2022-08-18minorchrislu1-1/+3
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-3/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-02-26use memory poolchrislu1-1/+3
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu1-2/+15
2021-12-31BUGFIX: ensure Authorization header is only added onceSebastian Kurfuerst1-2/+2
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-2/+15
2021-12-29s3: increase timeout limitchrislu1-2/+21
2021-12-03return ' shouldRetry=true' so that filer can retry the failed chunkTanmoy Majumdar1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-8/+7
2021-08-12use grpc and jwtChris Lu1-1/+1
2021-04-10go fmtChris Lu1-1/+0
2021-04-10add gateway for easier POST and DELETE blobsChris Lu1-0/+22
2021-03-16revert fasthttp changesChris Lu1-1/+1
2021-02-12use fasthttp lib to readChris Lu1-1/+1
2021-02-12adjust http max idle connections per hostChris Lu1-0/+1
2020-11-30close http request bodyChris Lu1-0/+5
2020-11-15remove unused functionChris Lu1-17/+0
2020-11-11s3: do not close reader too earlyChris Lu1-1/+0
2020-10-13Only wait on retryable requestsChris Lu1-18/+20
2020-09-09return http response directlyChris Lu1-2/+2
2020-08-24close http responseChris Lu1-0/+1
2020-08-01non-fatal errorChris Lu1-1/+1
2020-08-01http request use gzip if possibleChris Lu1-8/+46
2020-08-01in case when content is not compressedChris Lu1-1/+1
2020-06-20rename UnCompressData to DecompressDataChris Lu1-1/+1
2020-06-19renamingChris Lu1-5/+5
2020-04-17fix "call of Unmarshal passes non-pointer as second argument"Chris Lu1-1/+1
2020-03-29return part of the chunk if chunkview is not the full chunkChris Lu1-4/+8
2020-03-08filer: remember content is gzipped or notChris Lu1-5/+11
2020-03-06filer: option to encrypt data on volume serverChris Lu1-11/+40
2020-02-14refactoring the close http responseChris Lu1-5/+5
2020-02-14properly close http responseChris Lu1-7/+12
2020-02-10Revert "HEAD operation changes to fasthttp"Chris Lu1-17/+8
2020-02-10HEAD operation changes to fasthttpChris Lu1-8/+17
2020-01-31s3: add s3 copyChris Lu1-0/+21
2020-01-22fix http range requestsChris Lu1-2/+2
2020-01-08skip error when draining readerChris Lu1-2/+5
2019-12-25ignore draining errorChris Lu1-1/+1
2019-12-26feat: drains http body if buffer is too smalldivinerapier1-1/+9