Javad Shafique

Results 26 comments of Javad Shafique
trafficstars

I went back and forth a bit, and based on the POST request from cs.money to cs.money/generate_screenshot i was able to reverse engineer the post request, so basically all the...

Upon further inspection, when switching my internet connection or changing my ip, the response indeed becomes "19 sign via steam". **Edit:** It might be possible to automatically fetch the cookies,...

I re-ran the same script today with the same variables as previous with new unregistered inspect links, and it returned correct results every time. The cookie returned has a 1...

Currently we circumwent this by using a custom validator for dates (affectionally called `Date2`) that we use instead of the default date rule.

I will get around to adding some test cases in a ~~few weeks~~ today, but anyone is more than welcome to chip in, you can see my original standalone tests...

Is it realistic to expect this bug fix will be backported to 3.12? Or should we expect it in 3.13 or 3.14?

The current "mitigation" i've implemented looks something like this: ```python def _ensure_internal_ssl_proto_state(self) -> bool: valid = True try: if not self.socket or not self.socket._writer: return valid transport = self.socket._writer.transport inner_transport...

After some further investigation the code is technically sane, the connection_lost does end up setting the top level transport as closed when the next async context switch happens and it...