Ionut-Alexandru B.

Results 10 comments of Ionut-Alexandru B.

Hello! Any progress on this issue? In my case it seems that the `cache-control: no-cache|no-store` header is simply ignored by fastapi-redis-cache, resulting in caching with an expiry period of 60...

This looks really nice. It is just sad that this project has been discontinued.

Hello @pkittenis! Any updates on this issue?

Hello again, @pkittenis It seems the issue was fixed in the latest version of libssh2. Is there a chance to update libssh2 on this repository as well?

I understand. However, could you provide some steps to manually update the libssh2 version for the project? I imagine that I could clone the master branch of libssh2 and just...

I have tried to use the documented instructions in order to install ssh2-python with a self-built libssh2 from the latest version on their github repository. However, it just seems it...

This is the way I've built libssh2 on Windows: ``` mkdir dll cd dll cmake -DCRYPTO_BACKEND=WinCNG -DBUILD_SHARED_LIBS=ON .. cmake --build . --target install ``` Then I've used `python .\setup.py build_ext...

@pkittenis libssh2 1.11 was released today. Could you also update ssh2-python?

hey! thanks for reaching out! I've managed to do so some prints of gc.get_count() and they indicate that there are no hanging objects, as far as I can understand.. It...

Hey and sorry for the late answer - not really. It just happens that the high memory usage seems to saturate after a period of time.