@webqit/webflo 0.20.15 → 0.20.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "vanila-javascript"
13
13
  ],
14
14
  "homepage": "https://webqit.io/tooling/webflo",
15
- "version": "0.20.15",
15
+ "version": "0.20.16",
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
@@ -208,7 +208,7 @@ export class WebfloRuntime {
208
208
  async handleCarries(httpEvent, response) {
209
209
  if (!response.headers.get('Location')) {
210
210
  const status = await httpEvent.thread.consume('status');
211
- await httpEvent.thread.clear();
211
+ //await httpEvent.thread.clear();
212
212
  if (!status) return;
213
213
  // Fire redirect message?
214
214
  httpEvent.waitUntil(new Promise((resolve) => {