Fixes #524 - schedules subsequent inlining in next tick.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 17 Apr 2015 07:15:13 +0000 (08:15 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 17 Apr 2015 07:17:39 +0000 (08:17 +0100)
commitcc8a285e2889e3736a8eeef7ab606088970ba1d3
tree523a2c0ba36805ce6b581ad968971add4276757c
parent6cdb25d98f0426da77fcc4f1c895cd6c735d0a5e
Fixes #524 - schedules subsequent inlining in next tick.

We don't need to call `response.end()` as it's called automatically
per spec: https://nodejs.org/api/http.html#http_http_get_options_callback

It may help solve the timeouts issue but certainly won't hurt.
History.md
lib/imports/inliner.js