On Mon, May 16, 2011 at 10:02:16PM +0200, Johannes Sixt wrote: > > + if (git_connection_is_socket(conn)) > > + shutdown(fd[0], SHUT_WR); > > We probably need a wrapper for shutdown() on Windows. I'll look into > this tomorrow. FWIW, we already make an identical call in transport-helper.c (I was tempted even to use "1" instead of SHUT_WR for portability, but it seems nobody has complained so far about the use in transport-helper). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html