Skip to content

Commit

Permalink
new http client information
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 17, 2014
1 parent bcac02f commit 49e38ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier/http.py
Expand Up @@ -429,6 +429,7 @@ def _encode_multipart(fields, doseq = False):
value = _encode(value)

header = _encode(header)
value = _encode(value)

buffer.append(b"--" + boundary_b)
buffer.append(header)
Expand Down

0 comments on commit 49e38ad

Please sign in to comment.