Ivan Kanakarakis

Results 136 comments of Ivan Kanakarakis

`MutableMapping` should be imported from `collections.abc`. It has been moved there since python 3.3, and importing from `collections` is deprecated. With python 3.10 it is removed from the `collections` module...

@Amr-Es can you please paste the complete stacktrace? (including the command you used, if you're using this package as a script)

This is needed to construct URLs with multiple values of a query param. Specifically, the Resource Indicators RFC allows specifying multiple target resources to be included as part of the...

With 735bfa5 pyOpenSSL was restricted to `

Thank you @vladimir-mencl-eresearch and sorry for such a big delay.

First of all, I think we should fix this 👍 thanks! The code on satosa should definitely use the headers, but we need to ensure we do not duplicate them....

Latest `master` (or `v7.5.4`) have fixed this. Using `>=3.9` is fine for now. @prauscher I would avoid merges from other branches to keep the diff clean. IMHO, rebasing is better...

The immediate issue is that `context.request` does not have a value. This should be happening when the request does not have a body or query params. You can see this...

Yes, this is usually part of a "prefetching" strategy of apps or browsers. They open a connection using the HEAD request so that if users click the link the transition...

Would you like to make a PR with this change? I'd be happy to accept it.