mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
octet-stream
This commit is contained in:
@@ -90,7 +90,7 @@ chunkIt :: FilePath -> HandlerFor AgentCtx TypedContent
|
|||||||
chunkIt fp = do
|
chunkIt fp = do
|
||||||
sz <- liftIO $ fileSize <$> getFileStatus fp
|
sz <- liftIO $ fileSize <$> getFileStatus fp
|
||||||
addHeader "Content-Length" (show sz)
|
addHeader "Content-Length" (show sz)
|
||||||
respondSource typePlain $ CB.sourceFile fp .| awaitForever sendChunkBS
|
respondSource typeOctet $ CB.sourceFile fp .| awaitForever sendChunkBS
|
||||||
|
|
||||||
recordMetrics :: String -> FilePath -> AppVersion -> HandlerFor AgentCtx ()
|
recordMetrics :: String -> FilePath -> AppVersion -> HandlerFor AgentCtx ()
|
||||||
recordMetrics appId rootDir appVersion = do
|
recordMetrics appId rootDir appVersion = do
|
||||||
@@ -119,4 +119,4 @@ recordMetrics appId rootDir appVersion = do
|
|||||||
appVersion' <- runDB $ createAppVersion appKey' versionInfo >>= errOnNothing status500 "duplicate app version created"
|
appVersion' <- runDB $ createAppVersion appKey' versionInfo >>= errOnNothing status500 "duplicate app version created"
|
||||||
pure (appKey', appVersion')
|
pure (appKey', appVersion')
|
||||||
Just v -> pure (appKey', entityKey v)
|
Just v -> pure (appKey', entityKey v)
|
||||||
runDB $ createMetric appKey versionKey
|
runDB $ createMetric appKey versionKey
|
||||||
|
|||||||
Reference in New Issue
Block a user