Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Revised http library with queueing and pipelining of requests

40 views
Skip to first unread message

Keith Nash

unread,
Apr 1, 2018, 10:32:27 AM4/1/18
to
New Features:
- Handling of multiple HTTP/1.1 requests over a persistent connection,
using queuing and pipelining, with retry if appropriate, and monitoring of
idle connections for closure.
- Workaround for bug that causes HTTPS responses to stall until server
timeout.
- Fix minor bug with Connection headers sent to older (RFC 2616) servers.
- New http::config option -zip to disable compression.

The revised library, with new tests and revised man page, is in
branch bug-46b6edad51-concurrent-http on fossil.

More information at http://core.tcl.tk/tcl/tktview/46b6edad51

Please test, and report any problems on that page.

Keith.

0 new messages