Kevin van Zonneveld
5945dc06d9
Disable the partial get as it wasn't supported by the protocol
...
it used to be, but not intentionally. now results in a
CopyN of size %!s(int64=26) failed with: EOF
(it tries to copy the full range),
so disabling
2013-03-29 22:57:48 +01:00
Felix Geisendörfer
817129c2a5
Revert "Turn every @todo 404 into an actual 404"
...
This reverts commit 7601e3a77e
.
2013-03-28 15:20:47 +01:00
Kevin van Zonneveld
7601e3a77e
Turn every @todo 404 into an actual 404
2013-03-27 22:30:48 +01:00
Kevin van Zonneveld
f67ce78c4d
Bash script now correctly puts 2 parts.
...
So what triggered the previous error was an invalid range. What
remains weird is why a failed PUT would still be retrievable
2013-03-20 17:53:45 +01:00
Kevin van Zonneveld
d4718fc6f0
Whitespace and small fixes
2013-03-20 17:53:09 +01:00
Kevin van Zonneveld
e68f74faa0
put fails, but it looks like full data is still available.
...
The second PUT fails, the HEAD also claims to only have 3 bytes,
that would be inline with the fail. However the final get is able
to return the full 6 bytes. 3 of which are stored by the 2nd PUT that
was reported to fail.
2013-03-20 16:51:06 +01:00
Kevin van Zonneveld
6ac7656bec
Demo script. Without a `tr -d '\r'`, this will currently hang the HEAD indefinitely
2013-03-20 16:19:31 +01:00