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
Your code encode string into utf-8 bytes.
But when "endspace-a0" is sent, utf-8 encoding encode \xA0 into \xc2\xa0.
So, it will probably result in incorrect diagnosis
therefore, I suggest you that fix the below code into plain text because HTTP protocol sends a plain text.
Your code encode string into utf-8 bytes.
But when "endspace-a0" is sent, utf-8 encoding encode \xA0 into \xc2\xa0.
So, it will probably result in incorrect diagnosis
therefore, I suggest you that fix the below code into plain text because HTTP protocol sends a plain text.
smuggler/smuggler.py
Line 60 in 7084d63
Suggestion:
The text was updated successfully, but these errors were encountered: