commit
c8f24b239d
|
|
@ -48,8 +48,8 @@ namespace Microsoft.AspNet.Http.Core
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
var conentType = ContentType;
|
var contentType = ContentType;
|
||||||
return HasApplicationFormContentType(conentType) || HasMultipartFormContentType(conentType);
|
return HasApplicationFormContentType(contentType) || HasMultipartFormContentType(contentType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue