s3:smb2_create: send interim responses after 0.5 milliseconds
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Nov 2014 11:10:46 +0000 (12:10 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 27 Nov 2014 15:45:05 +0000 (16:45 +0100)
commitfe0ad5c66884da5e7cba5c7b0d40a8c41cf6a63b
treeaf1c47e4b809f7c1434f2a917513b611cf81bf96
parent334089c1015ca35ee37d4c9bf5da455e72c3e86e
s3:smb2_create: send interim responses after 0.5 milliseconds

We don't have to care about delayed NT_STATUS_SHARING_VIOLATION anymore
after the following commit:

    commit 4111fcfd4f570d39d46a0d414546ca62c7b609be
    Author: Jeremy Allison <jra@samba.org>
    Date:   Thu May 2 11:12:47 2013 -0700

        Only do the 1 second delay for sharing violations for SMB1, not SMB2.

        Match Windows behavior.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_create.c