lib/http: add missing whitespace in verbose output
authorDave Reisner <d@falconindy.com>
Wed, 21 Sep 2011 19:19:29 +0000 (21:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Sep 2011 20:19:53 +0000 (22:19 +0200)
commitc1057fc9aa9ba0304ea9afae38282ad1e9b3f1d4
treea433aaa16da479ca82ea721397f585c6586d9c66
parent62b0fdca9e556501ae2889075298c23994cecec3
lib/http: add missing whitespace in verbose output

Example:
* upload completely sent off: 35out of 35 bytes

Should be:
* upload completely sent off: 35 out of 35 bytes
lib/http.c