Pavel Filatov
Pavel Filatov
Good points! Thank you for your review. I'll address your comment in a period over a few days if you don't mind. I think the original issue by @ulrikjohansson asked...
Okay, so about 307 > If the 307 status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the...
>There is no conflict here: RFC 7231 obsoletes RFC 2616, I only mentioned the link to the latter for the historic context mostly (just look at the header of https://tools.ietf.org/html/rfc2616...
Yeah, sure, here's what browsers do. Firefox: on 301 would issue a get request to the redirected URL on 307 would post the same data to the redirected URL on...
One thing also to consider, is that issue that @ulrikjohansson had in my understanding is not really ok. The other libraries don't have such issues, for example, neither httpx, not...
I'm getting TimeoutError with `ERROR:root:Error while closing connector: SSLError(1, '[SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify (_ssl.c:2745)')` And indeed if you read the body of the response before closing that...
This looks interesting to me. I've dug around for a few days now, but I've never worked with the cython. I've read this RFC https://tools.ietf.org/html/rfc8305.html and basically try to backport...
Hey @1st1 @fantix I think I really want to dig into this and implement it, but I want to double-check if it's something you will be willing to accept?
I've tracked the problem down to https://github.com/rust-windowing/winit/issues/1955 I'm going to close this issue, sorry for the inconvenience
The great people at winit helped me to finally make a little bit of sense windowing in X here: https://github.com/rust-windowing/winit/issues/1955 So now I'm wondering if I can submit a small...