(chunk)
| 2009 | } |
| 2010 | } |
| 2011 | onBodySent(chunk) { |
| 2012 | if (this[kHandler].onBodySent) { |
| 2013 | try { |
| 2014 | return this[kHandler].onBodySent(chunk); |
| 2015 | } catch (err) { |
| 2016 | this.abort(err); |
| 2017 | } |
| 2018 | } |
| 2019 | } |
| 2020 | onRequestSent() { |
| 2021 | if (channels.bodySent.hasSubscribers) { |
| 2022 | channels.bodySent.publish({ request: this }); |
no test coverage detected