Thiago C. Junqueira

Results 8 comments of Thiago C. Junqueira

I propose the following change at line: https://github.com/psf/requests/blob/913880c45a3a8c3bf6b298e9c38709cd95a9c97c/requests/sessions.py#L530 Replace it by: ```python proxies = proxies or self.proxies ``` This change will make this hierarchy `kwargs` -> `session args` -> `environment`...

@mateusduboli Yes, your commit 57ddecdd2af7bf45f85f38cf63cc5d72de529336, also fixes the problem with [ pypa/pip#9691](https://github.com/pypa/pip/issues/9691#issue-823218500). :)

My problem is that after a few days running the TLJH the server reaches 100% cpu usage. This causes the server to stop responding.

Hi @kdaily, Thank you for your reply. That's interesting I'm still not getting any errors when putting the object with a wrong hash. About your two questions: 1. The debug...

Update: After debugging this problem a bit further. It seems my response is not returning the header `x-amz-checksum-sha1` I put a breakpoint at line [439](https://github.com/boto/botocore/blob/60abb9ca5f6596acc7ad64754e2d0c9c993c4a16/botocore/httpsession.py#L439) and at line [451](https://github.com/boto/botocore/blob/60abb9ca5f6596acc7ad64754e2d0c9c993c4a16/botocore/httpsession.py#L451) I...

@radarhere Thank you for your quick reply and the info. That's interesting about the tag type; however, we have no control over it since the metadata comes from scanners or...

This issue seems to be related to the following discussion: https://github.com/pypa/pip/issues/10739#issuecomment-1066519878

@iangilman thanks a lot for the comparison. I can confirm that WebGL is no working properly in some devices (I'm trying with a pixel 8). However, some other devices are...