Hi,
I'm getting this error in write_reset test:
27. write_reset........... FAIL (write got -3 not reset: Broken pipe)
I'm running the tests in a Mac OS X Tiger. As I have found in
documentation:
32 EPIPE Broken pipe. A write on a pipe, socket or FIFO for which
there is no process to read the data.
What the serve_reset does, is just exit the application, so there
won't be any process reading data in that socket, thus throwing an
EPIPE error when writing to it. Does it makes sense?
Should the test also check for NE_SOCK_CLOSED? This is what MAP_ERR
gets after checking errno == EPIPE in write_raw function.
Regards,
aleix
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon