erikdubbelboer / fasthttp

This fork has been deprecated!
MIT License
50 stars 12 forks source link

Rebased on valyala/fasthttp #5

Closed erikdubbelboer closed 6 years ago

erikdubbelboer commented 7 years ago

I just rebased my fork on valyala/fasthttp to make it easier to pull in future commits from valyala/fasthttp.

I'm sorry if this cause any issues for users of this fork.

If this causes you any issues it should be easy to fix using

cd $GOPATH/src/github.com/erikdubbelboer/fasthttp
git reset --hard HEAD~46 # WARNING: make sure this is only done in the right directory!
git pull