mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
Apparently, in urllib.parse, one need to extract the query string from the rest of the URL before parsing the query string, otherwise the very first query parameter will have rest of the URL in its name. This results in a nondeterministic failure that happens 1/N of the time, where N is the number of fields marshalled from a dictionary into the query string.
26 KiB
26 KiB