meinheld icon indicating copy to clipboard operation
meinheld copied to clipboard

Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)

Results 33 meinheld issues
Sort by recently updated
recently updated
newest added

I am using Gunicorn + Flask + Meinheld + NGINX with egg:meinheld#gunicorn_worker setting but when I try to upload more than 10 MB server fails with 502 Bad Gateway. I...

greenlet < 0.5 conflicts with SQLAlchemy 1.4 which installs greenlet 1.0 the greenlet API should not have changed between 0.5 and < 2 according to https://github.com/benoitc/gunicorn/issues/2541#issuecomment-800353993

A `pip install` of SQLAlchemy 1.4 causes greenlet 1.0 to be installed. As a result, we started getting the error below during Meinheld startup. We were able to avoid the...

My Python 3 app core dumped yesterday on a Raspberry Pi 2 running Arch Arm. Versions and coredump details are below. ~~~~ pi2:~ uname -a Linux pi2 4.9.43-1-ARCH #1 SMP...

The new 1.0.2 version does not compile on Linux. Received the below error, so I had to revert back to 1.0.1 > [pipenv.exceptions.InstallError]: building 'meinheld.server' extension > [pipenv.exceptions.InstallError]: creating build/temp.linux-x86_64-3.8...

I'm facing a compatibility issue with the latest eventlet version 0.32.0 and above, 0.31.1 works fine. Other dependencies are ``gunicorn==20.1.0 meinheld==1.0.2 falcon==2.0.0`` Below error, we are getting after each API...

Currently, meinheld maintenance is inactive and maintenance cost is very high. Major maintenance cost comes from async features (e.g. spawn, msocket, patch) For example, Travis fails recently while test_logger. I...

2.0

Meinheld provides a `wsgi.file_wrapper`, however, it seems that the provided implementation does not conform to PEP 3333 (see the relevant chapter: [Optional Platform-Specific File Handling](https://www.python.org/dev/peps/pep-3333/#optional-platform-specific-file-handling)). If the provided file-like object...

When using meinheld as gunicorn worker and using loguru as logger, memory is adding as requests increase. I have updated the gunicorn config by setting max_requests, but it does not...

### Description A crash, that appears to be a heap overflow, is generated when the HTTP header value limit defined (8192 bytes) is exceeded, and the HTTP request is sent...