Open hyln9 opened 10 years ago
Made tcp-server-socket and tcp-server-socket-nonblocking do:
Fix bug in close-tcp-server-socket where the tcp-server's fd field was not being set to #F. And use io-error instead of die.
Replaced calls to error with calls to die, where appropriate.
Launchpad Details: #LP313852 Derick Eddington - 2009-01-04 16:57:07 -0500
The previous patch had a typo. This new one fixes it.
Launchpad Details: #LPC Derick Eddington - 2009-01-04 22:34:34 -0500
Made tcp-server-socket and tcp-server-socket-nonblocking do:
Fix bug in close-tcp-server-socket where the tcp-server's fd field was not being set to #F. And use io-error instead of die.
Replaced calls to error with calls to die, where appropriate.
Launchpad Details: #LP313852 Derick Eddington - 2009-01-04 16:57:07 -0500