mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-02 16:15:15 +03:00
Remove FIXME comment about middleware in server.py
Removed commented out FIXME note regarding middleware issues.
This commit is contained in:
parent
f7abb62603
commit
7d5d4767bf
@ -213,8 +213,3 @@ async def validation_exception_handler(request: Request, exc: RequestValidationE
|
||||
status_code=status.HTTP_422_UNPROCESSABLE_CONTENT,
|
||||
content={"message": str(exc)}
|
||||
)
|
||||
|
||||
|
||||
# FIXME: do not use this middleware since it creates issue when using StreamingResponse
|
||||
# see https://starlette-context.readthedocs.io/en/latest/middleware.html#why-are-there-two-middlewares-that-do-the-same-thing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user