mint v0.2.1 Release Notes

Release Date: 2019-04-23 // about 5 years ago
  • 🐛 Bug fixes and improvements

    • Fix a bug with requests exceeding the window size in HTTP/2. We were sending the headers of a request even if the body was larger than the window size. Now, if the body is larger than the window size, we error out right away.

    • Fix a bug in the HTTP/2 handshake that would crash the connection in case the server sent unforeseen frames.

    • Improve buffering of body chunks in HTTP/1.