Re: [PATCH 1/3] server: Revise completion behavior to allow completions for cancelled sockets (try 2).

2012-04-24 Thread Erich E. Hoover
On Tue, Apr 24, 2012 at 11:08 AM, Alexandre Julliard wrote: > "Erich E. Hoover" writes: > > ... > >     This patch changes how the close socket operation works so that if > > an async operation is registered then closing the handle will be > > deferred until the async operation has completed. > >

Re: [PATCH 1/3] server: Revise completion behavior to allow completions for cancelled sockets (try 2).

2012-04-24 Thread Alexandre Julliard
"Erich E. Hoover" writes: > Real Name: > Erich Hoover > > Description: > This patch changes how the close socket operation works so that if > an async operation is registered then closing the handle will be > deferred until the async operation has completed. I would find it very suprisin