Griffin.WebServer
Griffin.WebServer copied to clipboard
A web server built on top of Griffin.Framework
Source: http://stackoverflow.com/questions/27139443/how-do-i-close-a-connection-on-a-request-to-the-griffin-webserver We're using [Griffin.WebServer](https://github.com/jgauffin/Griffin.WebServer) as a replacement for the .Net HttpClient because the httpclient requires elevated privileges. After exhausting our options on that subject, we decided on Griffin.WebServer. Sorry...
It'd be helpful if this could handle websocket upgrade requests, so that when a client attempts to connect and request an upgrade it gets accepted and I get an event...
From my experience parallel requests are not supported in the way one would expect. **Example:** I trigger 3 requests more or less concurrently. Say, each request takes 10 seconds to...