Added DIRHASH_LOWER to external special remote protocol.
This commit is contained in:
parent
9b73c85952
commit
4b9ddb9429
5 changed files with 25 additions and 1 deletions
|
@ -227,6 +227,8 @@ handleRequest' lck external req mp responsehandler
|
|||
maybe noop (\a -> liftIO $ a bytesprocessed) mp
|
||||
handleRemoteRequest (DIRHASH k) =
|
||||
send $ VALUE $ hashDirMixed def k
|
||||
handleRemoteRequest (DIRHASH_LOWER k) =
|
||||
send $ VALUE $ hashDirLower def k
|
||||
handleRemoteRequest (SETCONFIG setting value) =
|
||||
liftIO $ atomically $ do
|
||||
let v = externalConfig external
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue