Kristian Hellang

Results 237 comments of Kristian Hellang

I think this might be because we're awaiting the request processing [here](https://github.com/NancyFx/Nancy/blob/ceea69506b9270c94cba231e0bf459897077058b/src/Nancy.Hosting.Self/NancyHost.cs#L134). See [this comment](https://github.com/NancyFx/Nancy/pull/2548#issuecomment-273596062) on the PR that introduced it. This is a pretty serious bug.

I think we should get #2697 in first :smile:

@andreasjhkarlsson Would you be able to pull the latest NuGet package from the MyGet feed and see if you can reproduce this now?

@damianh https://github.com/khellang/KestrelPureOwin 😉

That's nothing. Most of it isn't even used (the HTTP abstractions etc.). I bet you could trim some of the assemblies and it'd still run. And if you're targeting .NET...

Something's changed on your computer in the last 5 days. Maybe a system update or something. See https://stackoverflow.com/q/41150296/682105.

There's no support for ODATA in Nancy, and I doubt someone will sit down and write it either. If you need ODATA support, you probably want to use WebAPI :Smile

I wouldn't recommend using ODATA at all, but that's just my opinion. If you *have* to use it, I'd probably go for a fourth option: - Use ASP.NET Core with...

What have you tried? How do you know it's not working? Have you stepped through the code? You need to give us a bit more to work with here...

Have you installed Nancy.Owin?