WebDavServer icon indicating copy to clipboard operation
WebDavServer copied to clipboard

Fix empty response body when debug log is enabled

Open houbi56 opened this issue 2 years ago • 0 comments

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.

houbi56 avatar Nov 21 '22 13:11 houbi56