Skip to content

Commit 1eb3727

Browse files
committed
Update dllmain.cpp
1 parent c9e6e48 commit 1eb3727

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler

src/Servers/IIS/AspNetCoreModuleV2/InProcessRequestHandler/dllmain.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ CreateApplication(
122122

123123
std::unique_ptr<IN_PROCESS_APPLICATION, IAPPLICATION_DELETER> inProcessApplication;
124124

125-
// TODO not sure how easy it will be to untangle errors here
126-
// ErrorContext errorContext;
127125
ErrorContext errorContext;
128126
errorContext.statusCode = 500;
129127
errorContext.subStatusCode = 30;

0 commit comments

Comments
 (0)