<div dir="ltr">Paul.<div><br></div><div>thanks for reporting the bug.  It is already fixed, please use Hunchentoot 1.2.9 or later.  That version also has the version number problem that you've mentioned fixed.</div><div>

<br></div><div style>-Hans</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 18, 2013 at 1:00 PM, PL Hayes <span dir="ltr"><<a href="mailto:plh@golux.podzone.net" target="_blank">plh@golux.podzone.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I've found that <audio> elements won't play (except in Firefox, for some reason) when served by Hunchentoot and that it's because of a small error in the function 'maybe-handle-range-header' in the file 'misc.lisp':<br>


<br>
(setf (return-code*) +http-partial-content+<br>
            bytes-to-send (- end start) ...<br>
<br>
should be:<br>
<br>
(setf (return-code*) +http-partial-content+<br>
            bytes-to-send (1+ (- end start)) ...<br>
<br>
Cheers,<br>
Paul.<br>
<br>
PS. While investigating this I also noticed that my version of Hunchentoot is 1.2.7 but it's reported as 1.2.5 in the http headers it sends.<br>
<br>
______________________________<u></u>_________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net" target="_blank">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/<u></u>mailman/listinfo/tbnl-devel</a><br>
</blockquote></div><br></div>