Actually handle large blobs of data properly #5
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Zero
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Firepup650/FireBot#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I don't really do this, if a line doesn't end with a \r\n, then we should expect another line from the server, and add it to the current one, it could be an issue in rare cases if a message gets cut off perfectly, and ends up with, say,
ERROR :Closing
on the next read. Theoretically, should never be an issue, but it's a safety precaution that should be taken.Changed to low priority, since this is a rare edge case, usually only happens when connecting to the server, when it's mostly safe to ignore.
Resolved by
49aa61417a