| 129 | http.close(); |
| 130 | |
| 131 | foreachvalue (const Owned<Promise<Nothing>>& publish, publishes) { |
| 132 | publish->fail( |
| 133 | "Failed to publish resources from resource provider " + |
| 134 | stringify(info.id()) + ": Connection closed"); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | ResourceProviderInfo info; |