bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

fix #121 #122

Closed koderi-dp closed 4 years ago

koderi-dp commented 4 years ago

refactored httpclient response stream usage

bruno-garcia commented 4 years ago

Thanks @koderi-dp now I need to figure out the build/tests before I can publish it

koderi-dp commented 4 years ago

To test web req you could use HttpListener to handle response and status code?

Something like this

https://github.com/jrharmon/MockHttpServer/blob/master/README.md