Commit 2101b10
committed
fix: IPROTO_ID auth method encoding
If encoding=None is used (or similar decoder configuration),
authentication method received in IPROTO_ID response is not an str, but
a bytes object, which is unexpected. This patch fixed the behavior.
Follows #2691 parent d0126c8 commit 2101b10
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
400 | | - | |
| 401 | + | |
0 commit comments