The Racket repository
Go to file
Matthew Flatt b4613332a3 net/url: fix problems with new implementation on net/http-client
Various `net/url` operations need to request a close of the
connection after the operation completes, and `het/http-client`
needs to actually close the input-port half of a connection.

Also, add `http-conn-abandon!`.

Also also, add limits on internal pipes, so that data doesn't pile
up in a connection-processing thread, and fix POST/PUT by adding
a needed CRLF after posted data.

original commit: 0dcaa5e19f
2013-08-30 10:37:09 -06:00
pkgs net/url: fix problems with new implementation on net/http-client 2013-08-30 10:37:09 -06:00