deliver partial data to request callbacks when chunked callback is set even if there...
authorNiels Provos <provos@gmail.com>
Mon, 2 Jun 2008 05:45:26 +0000 (05:45 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 2 Jun 2008 05:45:26 +0000 (05:45 +0000)
commit344c2b56f1b3eb7bcbb9a732c5b6221146f915ba
tree6291bc85a9cb3d8e6f5007b7d3cb98d1884f8117
parent9586a1cbb00d84d2c913d6719aa0ba614dbc1d7a
deliver partial data to request callbacks when chunked callback is set even if there is no chunking on the http level; allows cancelation of requests from within the chunked callback; from Scott Lamb.

svn:r846
ChangeLog
http.c
include/event2/http.h
include/event2/http_struct.h
test/regress_http.c