-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnection when ICAP headers given as bytes #40
Comments
Thanks so much for the very fast response!
If I may ask what commit 88f6dda tried to achieve? Does that change means |
@netom , I found the issue. It is with conversions of headers which are already in bytes format.
If you want to add support for ICAP headers given as strings, you should keep backward-compatibility, and retain support for headers given as bytes. You should convert to bytes conditionally, so as to not convert byte string to bytes. |
Eh, this just shows how badly this project needs proper automated tests :) But of course I'd like to clean up this particular issue first. If you have any suggestions or - God forbid - a pull request you're thinking about please don't hold yourself back :) |
Opened PR #42 that fixes the issue for me. |
@netom Can PR suggested by @sstamoulis be merged anytime soon? |
I experienced various issues due to missing space, caused by an offending commit #88f6dda00e4e49faa346db2e279b0cc8b05360d3.
88f6dda.
The text was updated successfully, but these errors were encountered: