orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

More *BUFFER-WRITES* related fixes. #123

Closed ivan4th closed 9 years ago

ivan4th commented 9 years ago

Flushing socket buffer before closing is perhaps the right thing to do unless FORCE argument is true. Also, START/END handling was broken in STREAMISH-WRITE implementation for sockets when BUFFER-WRITES was true.

orthecreedence commented 9 years ago

Awesome, thanks!