mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
make check-memory use the new POST /uri?t=upload
This commit is contained in:
parent
4923d8dcb5
commit
9a30ab2dfd
@ -377,7 +377,7 @@ this file are ignored.
|
||||
d.addCallback(_done)
|
||||
elif self.mode == "upload-POST":
|
||||
data = "a" * size
|
||||
url = "/vdrive/private"
|
||||
url = "/uri"
|
||||
d = self.POST(url, t="upload", file=("%d.data" % size, data))
|
||||
elif self.mode in ("receive",
|
||||
"download", "download-GET", "download-GET-slow"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user