Changes between Initial Version and Version 1 of Ticket #33625, comment 3


Ignore:
Timestamp:
Apr 8, 2022, 2:19:00 AM (2 years ago)
Author:
Anders Kaseorg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33625, comment 3

    initial v1  
    1 Sure. Here’s a [https://gist.github.com/andersk/56784fc0c4cd22005b4ba2925ebb9895 minimal test project]. Clone it, run `memcached -vv` along with `gunicorn mctest_wsgi` or `uvicorn mctest_asgi:application`, visit http://localhost:8000 several times, and check whether `memcached -vv` is printing lines like “new auto-negotiating client connection” and “connection closed.”
     1Sure. Here’s a [https://gist.github.com/andersk/56784fc0c4cd22005b4ba2925ebb9895 minimal test project]. Clone it, run `memcached -vv` along with `gunicorn mctest_wsgi` or `uvicorn mctest_asgi:application`, visit http://localhost:8000 several times, and check whether `memcached -vv` is repeating lines like “new auto-negotiating client connection” and “connection closed.”
Back to Top