Resolved ffmpeg remaining as a zombie process
This commit is contained in:
@@ -41,9 +41,6 @@ public static class Utils {
|
||||
return Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Environment.ProcessPath)!, path));
|
||||
}
|
||||
|
||||
public static bool IsMultipartContentType(string contentType)
|
||||
=> !string.IsNullOrEmpty(contentType) && contentType.Contains("multipart/form-data");
|
||||
|
||||
public static string? GetBoundary(string contentType)
|
||||
{
|
||||
var boundary = HeaderUtilities.RemoveQuotes(
|
||||
|
||||
Reference in New Issue
Block a user