net/textproto: ReadLineBytes() returns strange []byte #24642
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?1.10.1
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?linux on x86 (64 bits). Testing same code on android and it's ok
What did you do?
with 1.9.4, it works
With my bot on irc, sometimes, it reads some things with the code as follow:
I try with tp.ReadLine() to get a string but it's the same error.
Sometimes, i have this:
If possible, provide a recipe for reproducing the error.
yes and no. If my friend speaks yes, it's me, no:
As i said before, my code works with go-1.9.4
The text was updated successfully, but these errors were encountered: