]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/http.py
Improved ETag support, add some stats
[mpd-sima.git] / sima / lib / http.py
index 8dbfe0de804de1b47045d852cb8427ed610f83b6..c07ad38e7bd96576a1fe2c972653d6c157e74c1e 100644 (file)
@@ -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