Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middleware and StreamingRequestMiddleware #9

Closed
HLeithner opened this issue Jul 25, 2021 · 0 comments
Closed

Middleware and StreamingRequestMiddleware #9

HLeithner opened this issue Jul 25, 2021 · 0 comments
Labels
question Further information is requested

Comments

@HLeithner
Copy link

While I'm trying to overcome the 64KiB limit based on the discussion at reactphp/http#412 I found out that this is not possible with the current Middleware implementation by framework-x.

Framework X bypasses the default ReactPHP HttpServer Middleware handling code by creating it's own MiddlewareHandler and only pass a closure to the HttpServer. The HttpServer tries to detect the StreamingRequestMiddleware so it's disabling it's default "Limiting Middlewares", which of course is not possible because only a closure with it's own MiddlewareHandler is provided.

Any idea how to solve this issue?

@clue clue added the question Further information is requested label Sep 22, 2021
Repository owner locked and limited conversation to collaborators Sep 22, 2021
@clue clue closed this as completed Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants