Activity log for bug #297623

Date Who What changed Old value New value Message
2008-11-13 11:59:47 Andreas Hasenack bug added bug
2008-11-13 12:00:14 Andreas Hasenack description Landscape's staging server already supports gzip encoding in http(s) transfers, and we will put it in place in production too sometime soon. In order to take advantage of this, the client needs to enable this support in curl. I did some tests and it seems this change is enough: --- lib/fetch.py 2008-11-05 17:06:55.000000000 -0200 +++ lib/fetch.py 2008-11-11 19:18:04.000000000 -0200 @@ -39,6 +39,7 @@ curl.setopt(pycurl.FOLLOWLOCATION, True) curl.setopt(pycurl.MAXREDIRS, 5) curl.setopt(pycurl.WRITEFUNCTION, input.write) + curl.setopt(pycurl.ENCODING, "gzip, deflate") curl.perform() return input.getvalue() Landscape's staging server already supports gzip encoding in http(s) transfers, and we will put it in place in production too sometime soon. In order to take advantage of this, the client needs to enable this support in curl. I did some tests and it seems this change is enough: --- lib/fetch.py 2008-11-05 17:06:55.000000000 -0200 +++ lib/fetch.py 2008-11-11 19:18:04.000000000 -0200 @@ -39,6 +39,7 @@ curl.setopt(pycurl.FOLLOWLOCATION, True) curl.setopt(pycurl.MAXREDIRS, 5) curl.setopt(pycurl.WRITEFUNCTION, input.write) + curl.setopt(pycurl.ENCODING, "gzip, deflate") curl.perform() return input.getvalue()
2008-11-13 12:01:03 Andreas Hasenack description Landscape's staging server already supports gzip encoding in http(s) transfers, and we will put it in place in production too sometime soon. In order to take advantage of this, the client needs to enable this support in curl. I did some tests and it seems this change is enough: --- lib/fetch.py 2008-11-05 17:06:55.000000000 -0200 +++ lib/fetch.py 2008-11-11 19:18:04.000000000 -0200 @@ -39,6 +39,7 @@ curl.setopt(pycurl.FOLLOWLOCATION, True) curl.setopt(pycurl.MAXREDIRS, 5) curl.setopt(pycurl.WRITEFUNCTION, input.write) + curl.setopt(pycurl.ENCODING, "gzip, deflate") curl.perform() return input.getvalue() Landscape's staging server already supports gzip encoding in http(s) transfers, and we will put it in place in production too sometime soon. In order to take advantage of this, the client needs to enable this support in curl. I did some tests and it seems this change is enough: --- lib/fetch.py 2008-11-05 17:06:55.000000000 -0200 +++ lib/fetch.py 2008-11-11 19:18:04.000000000 -0200 @@ -39,6 +39,7 @@ curl.setopt(pycurl.FOLLOWLOCATION, True) curl.setopt(pycurl.MAXREDIRS, 5) curl.setopt(pycurl.WRITEFUNCTION, input.write) + curl.setopt(pycurl.ENCODING, "gzip, deflate") curl.perform() return input.getvalue()
2008-11-13 12:01:44 Andreas Hasenack bug assigned to landscape
2008-11-13 12:02:02 Andreas Hasenack landscape: status New Confirmed
2008-11-13 12:02:02 Andreas Hasenack landscape: importance Undecided Wishlist
2008-11-13 12:02:02 Andreas Hasenack landscape: statusexplanation
2008-11-13 12:02:02 Andreas Hasenack landscape: milestone mountainview-pre-1
2008-11-13 12:02:19 Andreas Hasenack landscape-client: status New Confirmed
2008-11-13 12:02:19 Andreas Hasenack landscape-client: importance Undecided Wishlist
2008-11-13 12:02:19 Andreas Hasenack landscape-client: statusexplanation
2008-11-13 12:03:05 Andreas Hasenack bug assigned to landscape-client (Ubuntu)
2008-11-13 12:03:36 Andreas Hasenack landscape-client: status New Confirmed
2008-11-13 12:03:36 Andreas Hasenack landscape-client: statusexplanation (should be "low" for landscape-client (Ubuntu))
2008-11-13 15:13:00 Mathias Gug landscape-client: importance Undecided Low
2008-11-13 15:13:00 Mathias Gug landscape-client: statusexplanation (should be "low" for landscape-client (Ubuntu))
2008-11-19 12:51:02 Andreas Hasenack landscape: milestone mountainview-pre-1 mountainview-pre-2
2008-12-03 19:26:34 Andreas Hasenack landscape: milestone mountainview-pre-2 mountainview-pre-3
2009-01-28 20:34:45 Andreas Hasenack landscape: milestone mountainview-pre-3 mountainview
2009-04-08 20:37:46 Andreas Hasenack landscape: status Confirmed Invalid
2009-04-08 20:38:11 Andreas Hasenack landscape-client: milestone 1.0.x
2010-07-19 10:34:30 Andreas Hasenack landscape-client: assignee Andreas Hasenack (ahasenack)
2010-07-19 10:34:34 Andreas Hasenack landscape-client: milestone 1.0.x 1.5.4
2010-08-02 19:03:51 Andreas Hasenack landscape-client: milestone 1.5.4 1.5.5
2010-08-13 18:06:14 Andreas Hasenack landscape-client: milestone 1.5.5 later
2011-01-21 12:16:05 Andreas Hasenack branch linked lp:~ahasenack/landscape-client/297623-curl-compression
2011-01-24 13:20:00 Andreas Hasenack landscape-client: status Confirmed Fix Committed
2011-01-24 13:20:22 Andreas Hasenack landscape-client: milestone later 11.02
2011-03-02 16:15:13 Launchpad Janitor landscape-client (Ubuntu): status Confirmed Fix Released
2011-03-02 16:31:48 Launchpad Janitor branch linked lp:ubuntu/landscape-client
2011-03-22 21:08:13 Launchpad Janitor branch linked lp:~ahasenack/landscape-client/landscape-client-11.02-0ubuntu0.10.10.0
2011-03-22 21:09:15 Launchpad Janitor branch linked lp:~ahasenack/landscape-client/landscape-client-11.02-0ubuntu0.10.04.0
2011-03-22 21:12:16 Launchpad Janitor branch linked lp:~ahasenack/landscape-client/landscape-client-11.02-0ubuntu0.9.10.0
2011-03-23 21:21:55 Andreas Hasenack nominated for series Ubuntu Karmic
2011-03-23 21:21:55 Andreas Hasenack nominated for series Ubuntu Lucid
2011-03-23 21:21:55 Andreas Hasenack nominated for series Ubuntu Maverick
2011-03-30 16:03:48 Martin Pitt bug task added landscape-client (Ubuntu Maverick)
2011-03-30 16:04:20 Martin Pitt bug task added landscape-client (Ubuntu Karmic)
2011-03-30 16:04:57 Martin Pitt bug task added landscape-client (Ubuntu Lucid)
2011-03-30 16:16:15 Martin Pitt landscape-client (Ubuntu Lucid): status New Fix Committed
2011-03-30 16:16:21 Martin Pitt bug added subscriber Ubuntu Stable Release Updates Team
2011-03-30 16:16:24 Martin Pitt bug added subscriber SRU Verification
2011-03-30 16:16:30 Martin Pitt tags verification-needed
2011-03-30 17:14:14 Launchpad Janitor branch linked lp:ubuntu/lucid-proposed/landscape-client
2011-03-30 21:02:57 Martin Pitt landscape-client (Ubuntu Maverick): status New Fix Committed
2011-03-30 21:09:35 Martin Pitt landscape-client (Ubuntu Karmic): status New Fix Committed
2011-03-30 21:20:43 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/landscape-client
2011-03-30 21:20:54 Launchpad Janitor branch linked lp:ubuntu/karmic-proposed/landscape-client
2011-05-03 05:35:24 Martin Pitt landscape-client (Ubuntu Karmic): status Fix Committed Won't Fix
2011-05-04 05:31:27 Martin Pitt tags verification-needed verification-done
2011-05-04 19:49:01 Launchpad Janitor landscape-client (Ubuntu Maverick): status Fix Committed Fix Released
2011-05-04 19:49:48 Launchpad Janitor landscape-client (Ubuntu Lucid): status Fix Committed Fix Released
2012-11-20 18:29:10 Andreas Hasenack landscape-client: status Fix Committed Fix Released