mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Add FIXME
This commit is contained in:
parent
270c8469d7
commit
fac756fed4
1 changed files with 3 additions and 0 deletions
|
@ -402,6 +402,9 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
|
||||||
logger->startWork();
|
logger->startWork();
|
||||||
auto pathInfo = [&]() {
|
auto pathInfo = [&]() {
|
||||||
// NB: FramedSource must be out of scope before logger->stopWork();
|
// NB: FramedSource must be out of scope before logger->stopWork();
|
||||||
|
// FIXME: this means that if there is an error
|
||||||
|
// half-way through, the client will keep sending
|
||||||
|
// data, since we haven't sent it the error yet.
|
||||||
auto [contentAddressMethod, hashAlgo] = ContentAddressMethod::parseWithAlgo(camStr);
|
auto [contentAddressMethod, hashAlgo] = ContentAddressMethod::parseWithAlgo(camStr);
|
||||||
FramedSource source(conn.from);
|
FramedSource source(conn.from);
|
||||||
FileSerialisationMethod dumpMethod;
|
FileSerialisationMethod dumpMethod;
|
||||||
|
|
Loading…
Reference in a new issue