Christian

Results 3 issues of Christian

When using Safari 10 on OS X (not the newest version, I can get more details tomorrow), the OPTIONS request may/will get stuck (hang, load forever), when the return state...

Hi First of all, thanks for this nice piece of software and all the time you invest in it! I have the following configuration ``` [prefs] notifyProgram: /notify.sh runLog: type:...

enhancement

I create a new TLS-PSK client using the following code (credentials are changed). I Use BouncyCastle.Cryptography in v2.5.1 ```c# using Org.BouncyCastle.Tls; using Org.BouncyCastle.Tls.Crypto.Impl.BC; // ---- var pskTlsClient = new PskTlsClient(...