Diff
Differences From Artifact [08b50af3db]:
- File ahttp.py — part of check-in [ef2604c3a4] at 2017-02-26 21:42:23 on branch trunk — Support json= POST requests. (user: mario, size: 3975) [annotate] [blame] [check-ins using]
To Artifact [8bc082bb05]:
- File ahttp.py — part of check-in [7607f02394] at 2017-10-09 16:40:20 on branch trunk — Fix undefined headers={} / miscombined .update() call (user: mario, size: 3987) [annotate] [blame] [check-ins using]
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + + | ): # statusbar info if not quieter: progress_feedback(url, timeout=timeout/1.5) # combine headers |