v0.3.0
Features
- Allow specifying the maximum request size and only allocate the amount of memory that is required per request (see #6) (Felicitas Pojtinger)
- Add
MULTI_CONN
support option on server (see #4) (Felicitas Pojtinger)
Documentation
Code Refactoring
- Don't hard-code the prefered block size in examples (Felicitas Pojtinger)
- Only allocate new buffer for requests if the requested length exceeds the old buffer (Felicitas Pojtinger)