Commit c51dede3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a18d3a06
...@@ -487,8 +487,8 @@ func doInterrupt(server *Server, req *request) { ...@@ -487,8 +487,8 @@ func doInterrupt(server *Server, req *request) {
} }
} }
// not found; wait for a bit // not found; wait for a bit XXX or found & aready interrupted - kernel will inore EAGAIN
time.Sleep(10 * time.Microsecond) time.Sleep(10 * time.Microsecond) // XXX don't sleep if already interrupted
req.status = EAGAIN req.status = EAGAIN
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment