Skip to content

v0.9.0

Compare
Choose a tag to compare
@sbstp sbstp released this 11 Jan 03:17
· 172 commits to master since this release
  • Fix a bug which caused the charsets text decoder to panic #32 @adamreichold
  • Add Accept: */* and User-Agent headers if not provided by user @sbstp
  • Improve chunked encoding reader to avoid a layer of buffering @adamreichold
  • Add limits on the length of lines read in the chunked encoding reader and the header parser @adamreichold
  • Remove implementation of Error::description @adamreichold
  • Improve the Happy Eyeballs code to make it cleaner and better @adamreichold