WebDavServer
WebDavServer copied to clipboard
Fix empty response body when debug log is enabled
Change to fix stream already consumed by the LoggingWebDavResponse. Resolves #73
IWebDavResult now writes the result to the http output except for the body which is buffered in a memory stream. The memory stream is then copied to the httpresult body.
This avoids the executing the result processing twice.