Skip to content

Releases: toitlang/pkg-http

v2.3.3

26 Jul 12:05
1e9de1e
Compare
Choose a tag to compare

Fix some compatibility issues in WebSocket client code.

v2.3.2

24 Jul 13:58
de6642b
Compare
Choose a tag to compare

Fix bug in masking packets.

v2.3.1

21 Jul 10:19
aabac63
Compare
Choose a tag to compare

Reuse session data on new_request (for PUT, HEAD, etc.)

Fix bug preventing websockets interop with Chrome.

v2.3.0

01 Jun 12:47
05ce206
Compare
Choose a tag to compare

Adds the ability to put a security storage object on the client for session keys etc.

v2.2.0

01 Jun 07:35
c2acc29
Compare
Choose a tag to compare

Use session data from TLS connections to speed up reconnections with
an abbreviated handshake.

v2.1.0

23 Mar 10:44
54cb9c5
Compare
Choose a tag to compare

Client: Supports relative locations on redirects.
Client: Takes a copy of the provided Headers object instead of modifying it.
(This fixes a problem with Content-Length 0 on post requests)
Client: React correctly to 204 No Content success code.
Client: Add drain method to Reponse.

v2.0.2

15 Mar 13:48
71667f3
Compare
Choose a tag to compare

Bug-fix of the v2 HTTP library.

The V2 HTTP library has an incompatible API compared with the v1 library.
The most important difference is that the Client is reused for multiple requests
and you must call close on it when you are done.

This release is better at detecting and throwing when you try to do two requests
on the same client at the same time.

v1.9.2

20 Sep 11:52
ed76b55
Compare
Choose a tag to compare

What's Changed

  • Make ContentLengthReader a SizedReader by @kasperl in #39

Full Changelog: v1.9.1...v1.9.2

v1.9.1

19 Jul 09:35
fc9a7ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

28 Jun 14:27
760f6c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.9.0