Closed dgrr closed 6 years ago
I don't think I can accept this pull request. Right now the return value of these functions will still be valid even the request. After this pull request the returned string by these functions is not mutable anymore and will change with the next requests. This means any code currently depending on these strings being mutable will break.
You are right. Sorry
Solves https://github.com/erikdubbelboer/fasthttp/issues/28 question.