[Revert in r1539207]
Fix a major latency snafu in svnserve. Sequences of small requests
and responses would be delayed in the TCP/IP stack by Nagle's alogrithm.
That becomes obvious when e.g. running "ls -R".
* subversion/libsvn_ra_svn/marshal.c
(svn_ra_svn_create_conn3): send data as soon as write copy it from
our send buffers to the socket
|