Once you have an accepted connection in Protocols.HTTP.Server.Request, is there a reference to the original listening socket the connection was accepted on?
Why don't we preset the set_id()/query_id() value on the accepted socket with the one from the listening socket?
Stephen R. van den Berg wrote:
Once you have an accepted connection in Protocols.HTTP.Server.Request, is there a reference to the original listening socket the connection was accepted on?
Ah, I think I found something: server_port seems to be a reference to the listening socket.
pike-devel@lists.lysator.liu.se