Daniel Fly

Results 3 issues of Daniel Fly

When using password that contains special characters fx 'æøå' Bitbucket just returns '401 Unauthorized' - it works fine with using cURL or Postman so bitbucket does support it. I tried...

bug

After 1.5 weeks of debugging (yes i kind you not) i found the stream socket setting 'tcp_nodelay' to be very important for performance. See http://php.net/manual/en/context.socket.php **With tcp_nodelay set to false**...

**Description:** When calling `nats-streaming-server -sl reopen` it always returns `no nats-streaming-server processes running` **Where the error is:** I can see the reload logic comes from the nats repo. https://github.com/nats-io/gnatsd/blob/44b01299c4288908b201cd8b338d5e78993965b4/server/signal.go#L163 **The...