jhthorsen / mojo-irc

IRC Client for the Mojo IOLoop
14 stars 12 forks source link

Read buffer hangs on unknown numeric #21

Closed Grinnz closed 9 years ago

Grinnz commented 9 years ago

Updated fix to numeric parsing and without replacing existing test data based on comments in #19

jhthorsen commented 9 years ago

@Grinnz: I fixed this with my own test. It's not required to start an ioloop to provoke this failure: An offline test works as well.

jhthorsen commented 9 years ago

Thanks for making me understand what was really going on.