We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550a5c3 commit 14b9f1dCopy full SHA for 14b9f1d
src/runtime-pi/WebfloRuntime.js
@@ -208,7 +208,7 @@ export class WebfloRuntime {
208
async handleCarries(httpEvent, response) {
209
if (!response.headers.get('Location')) {
210
const status = await httpEvent.thread.consume('status');
211
- await httpEvent.thread.clear();
+ //await httpEvent.thread.clear();
212
if (!status) return;
213
// Fire redirect message?
214
httpEvent.waitUntil(new Promise((resolve) => {
0 commit comments