On Mon Nov 14 23:01:49 2022 +0000, **** wrote:
Paul Gofman replied on the mailing list:
Yes, I think it is possible to really support setting the last error on socket, somehow between the lines of your patch. But that seems rather convoluted and if the only known case depends on setting SO_ERROR to succeed I personally am not motivated to pursue finalizing such an implementation. Do you know anything actually depending on that to fully work? On 11/14/22 16:53, Alex Henrie (@alexhenrie) wrote:
I don't know of any "real-world" application that needs to set SO_ERROR and then read it back, but we do have a test for it, and implementing it properly would avoid a FIXME. It's fine if all you want is a stub, I just wanted to let you know that code to actually implement the option is there for the taking.