pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:94:
- Fixed the inconsistency that Image.Dims.get_JPEG (and thus Image.Dims.get) would flip the dimensions on JPEGs with EXIF orientation information, even though Image.JPEG.decode does not actually perform the rotations. o Process.run - Don't error if stdin modifier is supplied as the empty string. [LysLysKOM 23099651]
+
o Protoocls.HTTP
+
+
- Protocols.HTTP.do_async_proxied_method() did not pass on request
+
headers unless credentials were given to the proxy or the protocol
+
to be used was HTTPS.
+
o Protocols.HTTP.Session - Fix race-condition when multiple threads call give_me_connection() with the same url at the same time. - Don't attempt to reuse SessionQuery objects. give_me_connection() now always returns a new SessionQuery object (albeit sometimes with a reused connection).