]> git.tuebingen.mpg.de Git - paraslash.git/commit
Move send_chunk() from send_common.c to http_send.c.
authorAndre Noll <maan@systemlinux.org>
Sun, 23 May 2010 06:42:04 +0000 (08:42 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 9 Jun 2010 17:53:26 +0000 (19:53 +0200)
commit75c441f2f8de1733cfdaaae2acd8a8d5b7900a7d
treebdbae763ad4ede809f4fbf5da3f5ded3c6286bec
parent72d73eb53316768a5a3527cf56afad7158d9ef4d
Move send_chunk() from send_common.c to http_send.c.

Due to the previous changes, this function is no longer a generic function
as it is only used by the http sender. So move it to http_send.c and make it static,
along with the queue_chunk_or_shutdown() helper which is only called from
send_chunk().
http_send.c
send.h
send_common.c