@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
|
@@ -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) => {
|