trietptm / raft

Automatically exported from code.google.com/p/raft
0 stars 0 forks source link

Database should support BLOB type for headers #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import a file with binary data in the request or response headers

What is the expected output? What do you see instead?

ProgrammingError: You must not use 8-bit bytestrings unless you use a 
text_factory that can interpret 8-bit bytestrings (like text_factory = str). It 
is high
recommended that you instead just switch your application to Unicode strings.

Original issue reported on code.google.com by gfleisch...@gmail.com on 29 Apr 2011 at 2:56

GoogleCodeExporter commented 9 years ago
Added support for binary headers

Original comment by gfleisch...@gmail.com on 26 Jun 2011 at 1:34