Content-Length is supposed to be bytes, not chars #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "correct_content_length"
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?
Using length when there's UTF-8 chars in the response makes the browser to cut the page, because those chars have a length of 1 char but a bytesize of 2 bytes.
BTW Thank you for your work. This gem is been really helpful to me!
Thanks for the code! Glad it's been helpful. :)