Changeset 90 for branches


Ignore:
Timestamp:
02/18/07 00:37:51 (18 years ago)
Author:
psmith
Message:

close on EOF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/io/async-fd.lisp ΒΆ

    r89 r90  
    102102                 (error 'read-error :errno errno)))))
    103103       ((= new-bytes 0)
    104         nil);;(throw 'end-of-file nil)
     104        (format-log t "async-fd:read-more - EOF on ~A~%" state-machine)
     105        (error 'read-error));;(throw 'end-of-file nil)
    105106       (t
    106107          ;;Update buffer position
Note: See TracChangeset for help on using the changeset viewer.