This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author j1m
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-07-09.15:17:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468077467.29.0.0263589744793.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
I'd still like to find a way to handle already accepted server sockets.

Can we decide on either:

- a server_side flag to create_connection or

- A new interface for handling an already accepted socket? I would
  call this handle_connection, but I'll take any name. :)

I'm fine with and willing to implement either alternative.
History
Date User Action Args
2016-07-09 15:17:47j1msetrecipients: + j1m, gvanrossum, vstinner, yselivanov
2016-07-09 15:17:47j1msetmessageid: <1468077467.29.0.0263589744793.issue27392@psf.upfronthosting.co.za>
2016-07-09 15:17:47j1mlinkissue27392 messages
2016-07-09 15:17:47j1mcreate