Vladimir Lettiev

Results 9 comments of Vladimir Lettiev

Feel free to send PR with this feature

Hi. request() method doesn't send request (just prepare it and add to internal queue). To send/receive frames you need to write/read frames to/from socket, see [example](https://metacpan.org/source/CRUX/Protocol-HTTP2-1.08/examples/client-io-socket-ssl.pl#L53-64). In your code snippet...

I cant guess what code you are using. I've created [test script with 4 parallel requests](https://gist.github.com/vlet/1db43de8fcea47c527da45f2c286ef7f) and can't reproduce issue.

When you've created Protocol::HTTP::Server you've specified callback `on_request`, which is called on every arrived http-request. Callback will receive 3 parameters: sream id, ref to headers array (including specific http2-headers, which...

I don't familiar with Mojo internals, but i tried to implement glue code https://github.com/vlet/mojo/tree/vlet/http2-hacks Protocol::HTTP2 API is not stable yet, so there is a opportunity to change it in a...

problem persists. This is due to _rep_regex() expects that path do not contains dots and slashes '[^/.]+' at https://github.com/khrt/Raisin/blob/master/lib/Raisin/Routes/Endpoint.pm#L68

Bug was reintroduced. Now it returns 406 error for parameters with dots.

Hi,all Please look at compatibility matrix for CUDA/GPU: https://en.wikipedia.org/wiki/CUDA#GPUs_supported For example, to build this project for GeForce GTX 770 GPU you'll need CUDA SDK 10.x or earlier versions (support compute...