WebDav.NET icon indicating copy to clipboard operation
WebDav.NET copied to clipboard

GetWriteStream leaves connections hanging.

Open aaronasmith opened this issue 11 years ago • 1 comments

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.

aaronasmith avatar Sep 24 '13 20:09 aaronasmith

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

ringostarr80 avatar Sep 25 '13 11:09 ringostarr80