WebDav.NET
WebDav.NET copied to clipboard
GetWriteStream leaves connections hanging.
When you get many write streams in a loop it is possible to run out of connections. This is because the response is never read off of the request and the connection just hangs there until the timeout period elapses.
Thanks for your advice, I will look at it.
edit: please have a look at this issue => https://github.com/ringostarr80/WebDav.NET/issues/3