[Use handle-raw-request in audio-file-window render clinton@unknownlamer.org**20080208011032 Workaround for double header sending thanks to Atilla Lendvai ] hunk ./src/web-common.lisp 229 - (send-headers (context.response *context*)) - (write-sequence (audio-data (audio-file audio-window)) - (ucw::network-stream (context.response *context*)))) + (handle-raw-request (:content-type (window-component.content-type audio-window)) + (write-sequence (audio-data (audio-file audio-window)) + (ucw::network-stream (context.response *context*))))) +