dcerpc server output now copes with the client blocking part way
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Jan 2004 05:54:17 +0000 (05:54 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Jan 2004 05:54:17 +0000 (05:54 +0000)
commit7a4da9654e30ea96b326448c3e9111c2a5604f58
tree628dbc1eeaf7034349708149e2a49d3fb402f65a
parent4d39861f991254aa381b8823476825e26a4d6da3
dcerpc server output now copes with the client blocking part way
through a read. This happens to also avoid a memcpy on output for
dcerpc over tcp.
(This used to be commit e7c53ad1856e299d82d84b5837189ae3191c32de)
source4/ntvfs/ipc/vfs_ipc.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_tcp.c