Closing 9646

This commit is contained in:
Jay McCarthy 2011-12-07 06:23:04 -07:00
parent 12580337f2
commit 54298bc2fd

View File

@ -189,8 +189,6 @@
; If convert-http-ranges fails, send a 416 bad range resposne:
(with-handlers ([exn:fail?
(lambda (exn)
(fprintf (current-error-port)
(exn-message exn))
(output-response-head
conn
(make-416-response modified-seconds maybe-mime-type)))])