(stream, next, res)
| 18626 | } |
| 18627 | |
| 18628 | function $file_range_callback(stream, next, res) { |
| 18629 | framework_internal.onFinished(res, function() { |
| 18630 | framework_internal.destroyStream(stream); |
| 18631 | next(); |
| 18632 | }); |
| 18633 | stream.pipe(res); |
| 18634 | response_end(res); |
| 18635 | } |
| 18636 | |
| 18637 | function $image_nocache(res) { |
| 18638 |
nothing calls this directly
no test coverage detected