Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

haoqu.ma / gotty

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • gotty
  • app
  • app.go
  • Iwasaki Yudai's avatar
    Don't send invalid UTF-8 string · abe3f5c8
    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.
    Iwasaki Yudai committed Aug 16, 2015
    abe3f5c8 Browse Files
app.go 4.02 KB
BlameHistoryPermalink