vincenthz / hs-connection

simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
Other
61 stars 48 forks source link

Replace deprecated ByteString.breakByte function #24

Closed erikd closed 7 years ago

vincenthz commented 7 years ago

This is rather unfortunate, the RULES that optimise break (== x) to breakByte doesn't seems to fire in all versions.