Commit Graph

6 Commits

Author SHA1 Message Date
Iwasaki Yudai
abe3f5c89f Don't send invalid UTF-8 string
When a rune stands over the buffer boundary, invalid UTF-8 bytes were
sent to the client. Now the logic checks if the tail of the buffer can
be decoded as a valid rune. When it's an invalid byte sequence, the logic
keeps it in the buffer and send it in the next loop with the following byte sequence.
2015-08-16 19:07:02 -07:00
Iwasaki Yudai
31b714bea9 Add how to go get install to README 2015-08-17 07:50:10 +09:00
Iwasaki Yudai
581a7b52fb Add wercker.yml and badge to README 2015-08-17 07:38:38 +09:00
Iwasaki Yudai
a40c468a7e Format and fix typo 2015-08-17 07:02:51 +09:00
Iwasaki Yudai
c958d0c398 Credit Wetty 2015-08-17 07:02:49 +09:00
Iwasaki Yudai
cba86dd046 Initialize repository 2015-08-16 20:52:27 +09:00