Closed athomason closed 9 years ago
Slicing the ETag header to remove the quotes that typically surround the content will cause a panic if the string is less than 2 bytes long.
Fixes #26.
Changed, please take another look.
Thanks so much!
Slicing the ETag header to remove the quotes that typically surround the content will cause a panic if the string is less than 2 bytes long.
Fixes #26.