Fix exception origin in the knots web server
This commit is contained in:
parent
99245034ea
commit
1fbd1f334a
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ on the procedure being called at any particular time."
|
||||||
(lambda (exn)
|
(lambda (exn)
|
||||||
(unless (and (exception-with-origin? exn)
|
(unless (and (exception-with-origin? exn)
|
||||||
(string=? (exception-origin exn)
|
(string=? (exception-origin exn)
|
||||||
"fport_write"))
|
"fport_read"))
|
||||||
(display "knots web-server, exception in client loop:\n"
|
(display "knots web-server, exception in client loop:\n"
|
||||||
(current-error-port))
|
(current-error-port))
|
||||||
(print-exception
|
(print-exception
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue