unmangled mangled urls from the log before passing to external special remote
This commit is contained in:
parent
2f6150b48d
commit
aafb121068
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ handleRequest' lck external req mp responsehandler
|
||||||
handleRemoteRequest (SETURLMISSING key url) =
|
handleRemoteRequest (SETURLMISSING key url) =
|
||||||
setUrlMissing (externalUUID external) key url
|
setUrlMissing (externalUUID external) key url
|
||||||
handleRemoteRequest (GETURLS key prefix) = do
|
handleRemoteRequest (GETURLS key prefix) = do
|
||||||
mapM_ (send . VALUE) =<< getUrlsWithPrefix key prefix
|
mapM_ (send . VALUE . fst . getDownloader)
|
||||||
|
=<< getUrlsWithPrefix key prefix
|
||||||
send (VALUE "") -- end of list
|
send (VALUE "") -- end of list
|
||||||
handleRemoteRequest (DEBUG msg) = liftIO $ debugM "external" msg
|
handleRemoteRequest (DEBUG msg) = liftIO $ debugM "external" msg
|
||||||
handleRemoteRequest (VERSION _) =
|
handleRemoteRequest (VERSION _) =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue