mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-24 03:05:47 +08:00
[WIP] use HttpContext.RequestAborted to support cancel a request (#902)
* use HttpContext.RequestAborted to support cancel a request * register context.HttpContext.RequestAborted.ThrowIfCancellationRequested() in ExceptionHandlerMiddleware * add LangVersion * add default number to OcelotErrorCode fix unit test * revert back to one line
This commit is contained in:
committed by
Thiago Loureiro
parent
fe3cf44c45
commit
4476f8273e
@@ -1,5 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://github.com/ThreeMammals/Ocelot</RepositoryUrl>
|
||||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
|
||||
|
||||
Reference in New Issue
Block a user