Nowin icon indicating copy to clipboard operation
Nowin copied to clipboard

Owin Web Server in pure .Net

Results 15 Nowin issues
Sort by recently updated
recently updated
newest added

I'd recommend to archive this project to indicate it is not being worked on anymore.

On Chrome Android, some requests will fail randomly. I could detect, it's the "ERR_SSL_VERSION_INTERFERENCE" error. When disable tls1.3 support in chrome://flags, all works fine. Any idea what i can do?

I've written an application which is form-based, it does some interval updates, I wanted to know if it's possible to provide an example of what it would look like to...

Hi tl/dr: reproducible example of instabilities: data corruption, assertions, null ref exceptions probably caused by bug within transport layer is attached. I know you are deprecating this in favour of...

There seems to exist a bad interaction between libcurl and Nowin with SSL/TLS persistent connections. ``` curl -v -3 https://somenowinserver.com/robots.txt https://somenowinserver.com/robots.txt https://somenowinserver.com/robots.txt 2>&1 | grep -i connection * SSL connection...

Is there a way to specify timeout for keep-alive connections? Say HTTP clients need long standing (10+min) connections. How to make that happen?

In `ParseWebSocketReceivedData` if `_webSocketReceiveState == WebSocketReceiveState.Header` and there is not enough `ReceiveDataLength` to read full header (`ParseHeader` returns 0) the data is neither consumed nor additional receive is started. See...

Current `ParseWebSocketReceivedData` implementation ignores any data if there is no receive in progress (`_webSocketReceiveTcs == null`). Ping/Pong frames should be handled (and invisible to the application) even if there is...

When switching my app from Microsoft.Owin.Host.HttpListener to Nowin my signalr hub connections via websockets timeout and then succeed when switching to SSE. Any idea why this is happening? Everything else...

In a nowin app, with or without nancyfx (we use nancy for development, with and without razor) using the certificate for https, the app hangs at first or max second...