v0.9.17
·
260 commits
to master
since this release
HTTP v0.9.17
Closed issues:
- Feature request: parse mulitpart form data into a dict (#263)
- This functionality should be in Julia base library (#415)
- Ambiguities introduced by HTTP (#548)
- verbose string reports wrong port number (#650)
- automatically gzip compress content (#654)
- Ambiguity detected for write(::IODebug, x) (#759)
Merged pull requests:
- doc: update access logging docs to mention the correct kwarg. (#776) (@fredrikekre)
- Fix chance of incomplete read in partial response stream reading (#778) (@IanButterworth)
- Revert #778. Make incomplete content-length responses throw an EOFError (#781) (@IanButterworth)