project/uclient.git
10 years agoadd support for reusing connections
Felix Fietkau [Fri, 21 Mar 2014 20:43:02 +0000 (21:43 +0100)]
add support for reusing connections

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agoset eof on HEAD requests after header end
Felix Fietkau [Fri, 21 Mar 2014 20:32:01 +0000 (21:32 +0100)]
set eof on HEAD requests after header end

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agoremove debug code
Felix Fietkau [Fri, 21 Mar 2014 20:30:28 +0000 (21:30 +0100)]
remove debug code

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agoexample: use stdout instead of stderr
Felix Fietkau [Fri, 21 Mar 2014 20:11:39 +0000 (21:11 +0100)]
example: use stdout instead of stderr

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agoadd support for parsing chunked data on read
Felix Fietkau [Fri, 21 Mar 2014 13:54:19 +0000 (14:54 +0100)]
add support for parsing chunked data on read

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agouse chunked data for POST, set HTTP version to 1.1
Felix Fietkau [Fri, 21 Mar 2014 12:48:59 +0000 (13:48 +0100)]
use chunked data for POST, set HTTP version to 1.1

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
10 years agoInitial import
Felix Fietkau [Thu, 20 Mar 2014 19:39:47 +0000 (20:39 +0100)]
Initial import

Signed-off-by: Felix Fietkau <nbd@openwrt.org>