Recent content by jjmz

  1. J

    HTTP Event Streaming

    For future reference for anyone else looking for a solution.. The issue seems to be the WSGI implementation that openlitespeed has.. using gunicorn to run the app and reverse proxying to it allows for the data to be streamed. I was running the dev server in Flask and reverse proxying to it. And...
  2. J

    HTTP Event Streaming

    I have a python Flask app - tried running it as a WSGI app, as well as just a reverse proxy on a backend running separately. I cannot for the life of me get the response to the client unbuffered. The flask app streams the response to the client, but the client is only seeing it after the end...
Top