commit | d005842962c90cf772567ddf32be4e3acb27a02b | [log] [tgz] |
---|---|---|
author | Greg Bowser <[email protected]> | Tue Nov 22 13:38:24 2016 -0500 |
committer | Greg Bowser <[email protected]> | Tue Nov 22 13:38:24 2016 -0500 |
tree | 9f0646f7cae32b9b25fcf904bb015eaf53a1ffcd | |
parent | 77ca290fd10e532fdf98cea40178651dbe80b365 [diff] |
examples: Fix calls to `rfc2217.filter` in example server. These both call `to_bytes` on a byte generator, which fails because `bytearray` is expecting ints. Remove the `to_bytes` calls and use the yielded bytes directly.