gunicorn icon indicating copy to clipboard operation
gunicorn copied to clipboard

Use plain socket objects instead of wrapper classes

Open tilgovi opened this issue 6 months ago • 5 comments

Refactor socket creation to remove the socket wrapper classes so that these objects have less surprising behavior when used in worker hooks, worker classes, and custom applications.

Close #3013.

tilgovi avatar Dec 28 '23 09:12 tilgovi

is there anything else missing for this?

jsprieto10 avatar Feb 12 '24 14:02 jsprieto10

@benoitc polite bump, if you have the time

tilgovi avatar Mar 05 '24 16:03 tilgovi

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

benoitc avatar Mar 06 '24 09:03 benoitc

@tilgovi What is the status of your PR?

tnusser avatar Apr 17 '24 10:04 tnusser