Kurt Griffiths

Results 79 comments of Kurt Griffiths

Use cases we will need to address and document: - [ ] Reading from a request body when content-length header is present but the client disconnects before all of the...

Note: 3.0 behavior is to truncate the request body in the case of a premature disconnect. Mitigation is for apps to always validate their inputs!

OK, so looks like we need to improve the SSE disconnect story, and overall we will need some recipes for SSE, WebSocket, and good-old-fashioned long polling.

@anekix go for it, thanks!

Hi @anekix, just following up, were you still interested in taking this one?

OK, I'm assuming this one is fair game for anyone else who would like to pick it up. :)

Related: https://github.com/falconry/falcon/issues/899

@nZac I think it would be great to have a page added to the doc with sections for difference deployment scenarious and a TOC at the top. uwsgi + nginx...

Prior art/experiments re (1): * https://gitlab.com/skosh/falcon-helpers/blob/master/falcon_helpers/middlewares/multi.py * https://gitlab.com/skosh/falcon-helpers/blob/master/falcon_helpers/app.py#L35

Just a thought, but perhaps we could roll this into a "falcon-cli" that could start a development server, generate a QuickStart project template, and maybe even pull down templates from...