Mark Karpelès

Results 45 comments of Mark Karpelès

Having a proxy (ie. thread that will read/write between socket and buffers - or more likely pipes - passed to the child) is something I though of. In terms of...

That could work, and if coded properly, we could just have a single file defining which version you're using (kind of the way Apache's MPM works, but more simple). In...

Might be difficult as one of the repurposed http servers is under GPLv2: http://sourceforge.net/projects/tinyhttpd/

nprintf() now uses vsnprintf() and will reallocate its buffer if not large enough.

Should be using nprintf()

nprintf() dynamically allocates buffer space to fit the whole string and will not overflow the buffer.

> I wonder how it compares to this: https://github.com/maruel/natural I've run a quick test: ``` goos: linux goarch: amd64 pkg: github.com/MagicalTux/natsort cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz BenchmarkSort1-12 921117...

Closing pull request as I can't change the source branch. Feel free to merge from https://github.com/MagicalTux/natsort/tree/fix-facette-natsort if you get a chance

When running arkit checker: ``` Checking layer . Checking package . Checking prim . Checking prim . Checking prim . Checking prim . Checking shader . Checking prim . Checking...

This is preventing use of [SSE](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events), so a resolution to this issue would be nice. The handler Coraza uses does not implements `http.Flusher` so even just adding that would help...