Diff
Differences From Artifact [20908d5cb6]:
- File ahttp.py — part of check-in [f5a59de6b8] at 2015-04-02 17:38:08 on branch trunk — Compact plugin comments to be more user-targetted. (user: mario, size: 2724) [annotate] [blame] [check-ins using]
To Artifact [eff6de2cac]:
- File ahttp.py — part of check-in [6fab0e7170] at 2015-04-03 20:43:42 on branch trunk — Made channel tabs reorderable. Now kept in config/window.json as `tab_order` and current page saved as `tab_current` instead of pageno. Disabled progressbar changes for ahttp, made search_server search run in a thread so status can be shown. (user: mario, size: 2725) [annotate] [blame] [check-ins using]
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - + | r = session.get(url, params=params, headers=headers, timeout=9.75) __print__( dbg.HTTP, r.request.headers ); __print__( dbg.HTTP, r.headers ); # finish, clean statusbar #progress_feedback(0.9) |