]> granicus.if.org Git - libevent/commit
make chunked requests work correctly; this is done by providing
authorNiels Provos <provos@gmail.com>
Wed, 14 Feb 2007 06:10:32 +0000 (06:10 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 14 Feb 2007 06:10:32 +0000 (06:10 +0000)
commit8901c141c9bef59baf308764c8c0f4dcadc6a487
tree8a245707328d01d49dd0244128d7bdb5710d8337
parent36950cef58fc02495dffcc143bb2ec147dc7e9ad
make chunked requests work correctly; this is done by providing
a separate callback for invidiual chunks.  if this callback is
not set, all the data is going to be delivered at the end.

svn:r327
evhttp.h
http.c