Benoit Chesneau

Results 726 comments of Benoit Chesneau

just a dump of your interface and maybe fiilter. But yes that is mostly the command line :)

select.poll is not supported by some OSs. I suggest to replace hthe usage of select by something more generic like the `selectors` library.

the patch looks OK for me. will check it asap. > please don't force push change, it's always better to add a new commit. We figure at the end how...

@tilgovi is this ready for review or do yui think to any other addition/changes already?

I am not aware of gunicorn removing headers. What does your `start_response` function?

cna you provide the full request trace?

thanks for the report. I'ts expected to have the worker restart there. If a request already land in the worker when its closing that may happen. Maybe latest change accepting...

Just don't pass the max_request option? i never use it myself. It's only when i have a temporary memory leak and never in production. Le jeu. 11 janv. 2024 à...

Thanks but this is done on purpose like the comment says. It's not common. I prefer to keep it like this. This place is threadsafe also.