neuecc / LightNode

Micro RPC/REST Framework built on OWIN
http://neuecc.github.io/LightNode
MIT License
181 stars 32 forks source link

When accesses LightNode2-Pre Swagger, throwed an InvalidOperationException. #59

Closed nitacore closed 8 years ago

nitacore commented 8 years ago

Steps to reproduce: 1.Start LightNode-Pre with swagger 2.Access http://localhost:15944/swagger/

ExceptionMessage: Headers are read-only, response has already started.

neuecc commented 8 years ago

Thank you, fixed by #60 and I've uploaded 2.0.1.

nitacore commented 8 years ago

Thanks!