fasthttp
fasthttp copied to clipboard
byte to string unsafe conversion in fasthttpadaptor ConvertRequest method
I changed the code to prevent string allocation by using unsafe conversion.
I wrote a benchmark test against changes.
Before:

After unsafe conversion:
