Remove superfluous reset in RESUME-URL.
This commit is contained in:
parent
2e3b217145
commit
4ec94f293e
|
@ -179,10 +179,9 @@
|
||||||
continuation-id)))
|
continuation-id)))
|
||||||
(if resume
|
(if resume
|
||||||
(with-cwd surflet-path
|
(with-cwd surflet-path
|
||||||
(reset
|
|
||||||
(begin
|
(begin
|
||||||
(register-instance! session-id)
|
(register-instance! session-id)
|
||||||
(resume s-req))))
|
(resume s-req)))
|
||||||
(bad-request path-string s-req)))
|
(bad-request path-string s-req)))
|
||||||
(bad-request path-string s-req)))
|
(bad-request path-string s-req)))
|
||||||
))))
|
))))
|
||||||
|
|
Loading…
Reference in New Issue