Dominik Picheta

Results 594 comments of Dominik Picheta

> Thoughts? Should I create a PR, or should this be addressed some other way? You should create an overload that sends only headers in httpbeast or actually just use...

It's not a crash. It's a 502 response code. On Mon, 23 Jul 2018, 22:59 markprocess, wrote: > @dom96 So the stack includes digital ocean, > nginx, cloudflare. Is there...

An exception

Yes, it should be replaced by "404".

It would be useful to perform per-thread init from the Nim side (I've said this multiple times now too). Otherwise every library will need to provide hooks into the thread...

Anyway, you can create a proc that initializes these thread vars for you if they are nil. Just create a threadvar for your connection and a proc like: ```nim proc...

> And I've said it multiple times now too, been there, done that, it's more complex than it looks and encourages data races. Can you elaborate and explain how it...

The cause of this is that your Nimble is too new for your compiler :) Use Nim devel/1.6 or downgrade Nimble and recreate your .nimble directory. I think this is...