X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fhttp.py;fp=sima%2Flib%2Fhttp.py;h=c07ad38e7bd96576a1fe2c972653d6c157e74c1e;hb=df9f0f9dae0f8712f672b4eb7f4211e62f6c2e21;hp=8dbfe0de804de1b47045d852cb8427ed610f83b6;hpb=3b790488058841bcb00180aa07277334a394b3ea;p=mpd-sima.git diff --git a/sima/lib/http.py b/sima/lib/http.py index 8dbfe0d..c07ad38 100644 --- a/sima/lib/http.py +++ b/sima/lib/http.py @@ -58,8 +58,6 @@ class CacheController(object): if not path: path = "/" - # Order of params might changed - query = ''.join(sorted(query.split('&'))) # Could do syntax based normalization of the URI before # computing the digest. See Section 6.2.2 of Std 66. request_uri = query and "?".join([path, query]) or path