gotty/app
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
..
app.go Don't send invalid UTF-8 string 2015-08-16 19:07:02 -07:00
resource.go Initialize repository 2015-08-16 20:52:27 +09:00