P2p: better logging on read timeout.
This commit is contained in:
parent
dad0793353
commit
0e2a751408
@ -117,7 +117,8 @@ module Scheduler(IO : IO) = struct
|
|||||||
worker_loop st
|
worker_loop st
|
||||||
| Error ([Connection_closed |
|
| Error ([Connection_closed |
|
||||||
Exn ( Lwt_pipe.Closed |
|
Exn ( Lwt_pipe.Closed |
|
||||||
Unix.Unix_error (EBADF, _, _) )] as err) ->
|
Unix.Unix_error ((EBADF | ETIMEDOUT), _, _) )]
|
||||||
|
as err) ->
|
||||||
lwt_debug "Connection closed (pop: %d, %s)"
|
lwt_debug "Connection closed (pop: %d, %s)"
|
||||||
conn.id IO.name >>= fun () ->
|
conn.id IO.name >>= fun () ->
|
||||||
cancel conn err >>= fun () ->
|
cancel conn err >>= fun () ->
|
||||||
|
Loading…
Reference in New Issue
Block a user