hustf

Results 86 comments of hustf

That's consistent with what we see in the [test](https://github.com/JuliaWeb/WebSockets.jl/blob/master/benchmark/logs/benchmark_results_readable_previous.log). Disabling nagle would decrease latency. The tests originally ran in parallel processes on Julia v0.5 i believe. You may be aware...

Hello, chelyabinsk. A surprisingly large part of Julia's ecosystem depend on HTTP.jl, so relying on older versions of it is likely to have consequences. If this is a problem we...

Your citation is not unambiguous, but I take it that you read, without success. The message is (as it should be) empty. readguatded suppresses the actual error message. This behaviour...

It works now, thanks. And thanks for the use of you personal server. If you enable ping requests, that could perhaps be used as a time saver for WinRPM, and...

Not the most elegant solution here, but it works locally. FontConfig doesn't know about the alias libfontconfig-1.dll for libfontconfig. libfontconfig.dll is not longer available, it seems. I copied libfontconfig-1.dll, renaming...

Apart from following the issues and skimming through the new documentation, I am not actually updated on the developments, nor did I get the full understanding of how this -...

I don't really understand what you mean here. The way I'm thinking about this, the headers are read prior to upgrading a connection to a websocket connection. While the websocket...

Yes, adding this header could 'easily' be achieved by adding additional headers through the function call. But it complicates the API. For the user to be aware of which headers...

Thanks for the ref. to the WebIO discussion. Also ref. #179. I believe a lot of effort has been put into HTTP lately, but there may still be features here...

I will be travelling for the next few days. It would be really great if you could help out with the PR, see that last comment!