Skip to content

Commit 14b9f1d

Browse files
committed
redirect bugs
1 parent 550a5c3 commit 14b9f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime-pi/WebfloRuntime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class WebfloRuntime {
208208
async handleCarries(httpEvent, response) {
209209
if (!response.headers.get('Location')) {
210210
const status = await httpEvent.thread.consume('status');
211-
await httpEvent.thread.clear();
211+
//await httpEvent.thread.clear();
212212
if (!status) return;
213213
// Fire redirect message?
214214
httpEvent.waitUntil(new Promise((resolve) => {

0 commit comments

Comments
 (0)