]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/requests.ts
Correctly close RTMPS server too
[github/Chocobozzz/PeerTube.git] / server / helpers / requests.ts
index d93f55776f62d9980aa78862764ff841a195e4ff..799034b90dc0c1f2a24e16a9a8df215c1c58c99d 100644 (file)
@@ -9,7 +9,7 @@ import { processImage } from './image-utils'
 import { logger } from './logger'
 import { getProxy, isProxyEnabled } from './proxy'
 
-const httpSignature = require('http-signature')
+const httpSignature = require('@peertube/http-signature')
 
 export interface PeerTubeRequestError extends Error {
   statusCode?: number