jacqueskang / IpcServiceFramework

.NET Core Inter-process communication framework
MIT License
358 stars 77 forks source link

Some InternalServerError IpcResponses return wrong status #162

Closed spaceisfun closed 4 years ago

spaceisfun commented 4 years ago

Describe the bug public static IpcResponse InternalServerError(string errorDetails) public static IpcResponse InternalServerError(string errorDetails, Exception innerException)

The above 2 static constructors intended for InternalServerErrors set Status to BadRequest instead of InternalServerError.

spaceisfun commented 4 years ago

163 is the propsed fix