http: add API function to flag request as ready
commitca487a43f4541d975280371d6d706f757bb89734
authorStefan Becker <chemobejk@gmail.com>
Sun, 31 Mar 2013 11:18:43 +0000 (31 14:18 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sun, 31 Mar 2013 11:18:43 +0000 (31 14:18 +0300)
treee123b9e3f16dc738a28e149bbf95428ffca8d7da
parent9922770499a336adb324217694dcc44dd6e31a4a
http: add API function to flag request as ready

As we allow to the user to add additional data to the request after
creation, we also must make sure that the request isn't sent immediately
after creation. Add a new function with which the user can tell when a
request is ready to be sent.
src/core/sipe-buddy.c
src/core/sipe-http-request.c
src/core/sipe-http-request.h
src/core/sipe-http.h
src/core/sipe-svc.c