You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also think an easy followup to this would be dropping the From<&[u8]> and From<(&[u8], &mut Vec)> implementations for replies and replacing them with TryParse and TryParseFd respectively in the cookie code.
The text was updated successfully, but these errors were encountered:
Instead of requiring replies to implement TryFrom<&[u8],
Error=ParseError>, this commit changes the code to instead use the
TryParse trait that we have just for this purpose.
Related-to: #478
Signed-off-by: Uli Schlachter <[email protected]>
#475 (comment)
The text was updated successfully, but these errors were encountered: