Changeset 3372

Show
Ignore:
Timestamp:
06/29/08 16:17:48 (6 months ago)
Author:
hans
Message:

Use force-output instead of finish-output. We don't need to wait, we just
need to make sure that flushing is initiated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/web/src/images/image-handlers.lisp

    r3227 r3372  
    1616          (write-image-to-stream stream image-format :image image :quality quality) 
    1717          (write-image-to-stream stream image-format :image image)) 
    18       (finish-output stream)))) 
     18      (force-output stream)))) 
    1919 
    2020(defmethod store-image-xml-info ((image store-image))